about summary refs log tree commit diff
path: root/youtube_dl/extractor/imdb.py
Commit message (Collapse)AuthorAgeFilesLines
* [imdb] Fix extraction (closes #23443)Sergey M․2020-02-231-16/+42
|
* [imdb] Fix extension extraction (closes #17167)Sergey M․2018-08-061-1/+2
|
* Improve URL extractionSergey M․2018-07-211-3/+3
|
* [imdb:list] fix _VALID_URL regexRemita Amine2018-05-191-1/+1
|
* [imdb] improve extraction(fixes #4085)(fixes #14557)Remita Amine2018-05-191-59/+48
|
* [imdb] Extract all formats (closes #16249)Sergey M․2018-04-281-13/+21
|
* [imdb] Relax _VALID_URL (closes #13056)Sergey M․2017-05-141-1/+4
|
* [imdb] Extend _VALID_URL (closes #11744)Sergey M․2017-01-171-1/+4
|
* Improve some _VALID_URLsstepshal2016-09-141-1/+1
|
* [imdb] Improve title extraction and make thumbnail non-fatalDéstin Reed2016-08-201-3/+4
|
* [imdb] Improve _VALID_URL (Closes #9788)Sergey M․2016-06-151-1/+7
|
* [imdb] Improve extractionSergey M․2016-05-131-7/+21
|
* [imdb] Relax _VALID_URL (Closes #9481)Sergey M․2016-05-131-3/+6
|
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-2/+2
|
* [imdb] Recognize 1080p formats (Closes #8677)Sergey M․2016-02-271-1/+1
|
* [imdb] Fix extraction (fixes #7220)Jaime Marquínez Ferrándiz2015-10-181-10/+19
|
* [imdb] Fix extractionSergey M․2015-06-211-1/+1
|
* [imdb] Remove test md5Philipp Hagemeister2015-01-081-1/+0
| | | | They seem to reencode quite frequently, so simply remove the md5 sum.
* 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
* PEP8 appliedJouke Waleson2014-11-231-1/+1
|
* [imdb] SimplifyPhilipp Hagemeister2014-11-041-7/+5
|
* Move playlist tests to extractors.Philipp Hagemeister2014-08-281-0/+8
| | | | From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs).
* [imdb] Fix duplicated entries bugdst2014-01-281-4/+1
|
* [imdb:list] Switch to loading the webpagePhilipp Hagemeister2014-01-221-19/+12
| | | | The RSS method seems to be defunct.
* +unicode_literalsPhilipp Hagemeister2014-01-071-17/+20
|
* [imdb] Extractor for lists (#2033)dst2013-12-251-0/+29
|
* [imdb] Add support for mobile site URLsdst2013-12-201-2/+2
|
* [imdb] Fix extractionJaime Marquínez Ferrándiz2013-12-061-3/+1
| | | | | The paths to each format's page may have leading whitespace. The height and the duration can't be extracted.
* [imdb] Fix the resolution values (fixes #1847)Jaime Marquínez Ferrándiz2013-11-291-2/+1
| | | | We were using the size of the player, it was the same for all the formats
* [imdb] Fix extraction in python 2.6Jaime Marquínez Ferrándiz2013-11-281-2/+3
| | | | Using a regular expression because the html cannot be parsed.
* Add an extractor for Internet Movie Database trailers (closes #1832)Jaime Marquínez Ferrándiz2013-11-281-0/+59