aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/imdb.py
AgeCommit message (Collapse)Author
2014-08-28Move playlist tests to extractors.Philipp Hagemeister
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).
2014-01-28[imdb] Fix duplicated entries bugdst
2014-01-22[imdb:list] Switch to loading the webpagePhilipp Hagemeister
The RSS method seems to be defunct.
2014-01-07+unicode_literalsPhilipp Hagemeister
2013-12-25[imdb] Extractor for lists (#2033)dst
2013-12-20[imdb] Add support for mobile site URLsdst
2013-12-06[imdb] Fix extractionJaime Marquínez Ferrándiz
The paths to each format's page may have leading whitespace. The height and the duration can't be extracted.
2013-11-29[imdb] Fix the resolution values (fixes #1847)Jaime Marquínez Ferrándiz
We were using the size of the player, it was the same for all the formats
2013-11-28[imdb] Fix extraction in python 2.6Jaime Marquínez Ferrándiz
Using a regular expression because the html cannot be parsed.
2013-11-28Add an extractor for Internet Movie Database trailers (closes #1832)Jaime Marquínez Ferrándiz