about summary refs log tree commit diff
path: root/youtube_dl/extractor/googlesearch.py
Commit message (Collapse)AuthorAgeFilesLines
* [gvsearch] Modernize and fix page result request (closes #11051)Sergey M․2016-10-281-9/+9
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+1
| | | | | | | | · Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions
* [googlesearch] Move test to extractorPhilipp Hagemeister2014-08-251-0/+8
|
* [googlesearch] Fix next page indicator checkPhilipp Hagemeister2014-03-131-1/+1
|
* [googlesearch] Fix start, and skip playlists (Fixes #2329)Philipp Hagemeister2014-02-061-13/+25
|
* Add --list-extractor-descriptions (human-readable list of IEs)Philipp Hagemeister2013-07-011-1/+1
|
* Move G+ IE into its own file, and move google search into a more descriptive ↵Philipp Hagemeister2013-06-231-0/+39
module