1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2024-11-24 08:32:19 +02:00

Change category for oscarotero/Embed project

This commit is contained in:
Gregory Petukhov 2018-10-18 15:24:04 +03:00 committed by GitHub
parent 37de2875f7
commit b54b5e5b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
php.md
View File

@ -38,7 +38,6 @@ This list contains PHP libraries related to web scraping and data processing
* [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library. * [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
* [QueryPath](https://github.com/technosophos/querypath) - a jQuery-like library for working with XML and HTML documents in PHP. It now contains support for HTML5 via the HTML5-PHP project. * [QueryPath](https://github.com/technosophos/querypath) - a jQuery-like library for working with XML and HTML documents in PHP. It now contains support for HTML5 via the HTML5-PHP project.
* [DiDOM](https://github.com/Imangazaliev/DiDOM) - super fast HTML parser (because it was build on top of plain PHP). * [DiDOM](https://github.com/Imangazaliev/DiDOM) - super fast HTML parser (because it was build on top of plain PHP).
* [Embed](https://github.com/oscarotero/Embed) - An awesome library for getting useful information from a webpage.
## Text Processing ## Text Processing
@ -152,6 +151,7 @@ This list contains PHP libraries related to web scraping and data processing
* Text and Meta Data from Web Documents * Text and Meta Data from Web Documents
* [Essence](https://github.com/felixgirault/essence) - A library for extracting web media. * [Essence](https://github.com/felixgirault/essence) - A library for extracting web media.
* [Embera](https://github.com/mpratt/Embera) - An Oembed consumer library. * [Embera](https://github.com/mpratt/Embera) - An Oembed consumer library.
* [Embed](https://github.com/oscarotero/Embed) - An awesome library for getting useful information from a webpage.
* Video * Video
* [Youtube-Downloader](https://github.com/jeckman/YouTube-Downloader) - PHP script for downloading videos from youtube; also parsing youtube feed into RSS enclosures for podcatchers * [Youtube-Downloader](https://github.com/jeckman/YouTube-Downloader) - PHP script for downloading videos from youtube; also parsing youtube feed into RSS enclosures for podcatchers