libweb-scraper-perl 0.38-1.1 source package in Ubuntu

Changelog

libweb-scraper-perl (0.38-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Tue, 05 Jan 2021 01:30:37 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libweb-scraper-perl_0.38-1.1.dsc 2.4 KiB 55e62c579f8754d43a938c83a730d382708977a5c1908152a2fccd40f79f43de
libweb-scraper-perl_0.38.orig.tar.gz 25.1 KiB f95b6e5f8d7feebe116d05bf59a2b7cf1a51ed9d30bca80123430ec4567543bf
libweb-scraper-perl_0.38-1.1.debian.tar.xz 2.8 KiB 9be1e7432a0b947076302a40a5e7c4ee4b447c24b12b680cd623024c949d0cc8

Available diffs

No changes file available.

Binary packages built by this source

libweb-scraper-perl: Web Scraping Toolkit using HTML and CSS Selectors or XPath expressions

 Web::Scraper is a web scraper toolkit, inspired by Ruby's equivalent Scrapi.
 It provides a DSL-ish interface for traversing HTML documents and returning a
 neatly arranged Perl data strcuture.
 .
 The scraper and process blocks provide a method to define what segments of a
 document to extract. It understands HTML and CSS Selectors as well as XPath
 expressions.