Philipp Hagemeister
22a6f15061
Move playlist tests to extractors.
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).
10 years ago
dst
a3978a6159
[imdb] Fix duplicated entries bug
11 years ago
Philipp Hagemeister
d7b51547c0
[imdb:list] Switch to loading the webpage
The RSS method seems to be defunct.
11 years ago
Philipp Hagemeister
ecfef3e5bf
+unicode_literals
11 years ago
dst
c645c7658d
[imdb] Extractor for lists ( #2033 )
11 years ago
dst
97e302a419
[imdb] Add support for mobile site URLs
11 years ago
Jaime Marquínez Ferrándiz
d349cd2240
[imdb] Fix extraction
The paths to each format's page may have leading whitespace.
The height and the duration can't be extracted.
11 years ago
Jaime Marquínez Ferrándiz
acf37ca151
[imdb] Fix the resolution values ( fixes #1847 )
We were using the size of the player, it was the same for all the formats
11 years ago
Jaime Marquínez Ferrándiz
b03d0d064c
[imdb] Fix extraction in python 2.6
Using a regular expression because the html cannot be parsed.
11 years ago
Jaime Marquínez Ferrándiz
d8d6148628
Add an extractor for Internet Movie Database trailers ( closes #1832 )
11 years ago