Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-27 | [imdb] Recognize 1080p formats (Closes #8677) | Sergey M․ | |
2015-10-18 | [imdb] Fix extraction (fixes #7220) | Jaime Marquínez Ferrándiz | |
2015-06-21 | [imdb] Fix extraction | Sergey M․ | |
2015-01-08 | [imdb] Remove test md5 | Philipp Hagemeister | |
They seem to reencode quite frequently, so simply remove the md5 sum. | |||
2014-12-13 | Fix imports and general cleanup | Philipp Hagemeister | |
· 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 | |||
2014-11-23 | PEP8 applied | Jouke Waleson | |
2014-11-04 | [imdb] Simplify | Philipp Hagemeister | |
2014-08-28 | Move 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 bug | dst | |
2014-01-22 | [imdb:list] Switch to loading the webpage | Philipp Hagemeister | |
The RSS method seems to be defunct. | |||
2014-01-07 | +unicode_literals | Philipp Hagemeister | |
2013-12-25 | [imdb] Extractor for lists (#2033) | dst | |
2013-12-20 | [imdb] Add support for mobile site URLs | dst | |
2013-12-06 | [imdb] Fix extraction | Jaime 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.6 | Jaime Marquínez Ferrándiz | |
Using a regular expression because the html cannot be parsed. | |||
2013-11-28 | Add an extractor for Internet Movie Database trailers (closes #1832) | Jaime Marquínez Ferrándiz | |