Commit Graph

9 Commits (026fcc04956f2077a50cd4b4e9b87f45d2bcddea)

Author SHA1 Message Date
dst a3978a6159 [imdb] Fix duplicated entries bug
Philipp Hagemeister d7b51547c0 [imdb:list] Switch to loading the webpage
The RSS method seems to be defunct.
Philipp Hagemeister ecfef3e5bf +unicode_literals
dst c645c7658d [imdb] Extractor for lists ()
dst 97e302a419 [imdb] Add support for mobile site URLs
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.
Jaime Marquínez Ferrándiz acf37ca151 [imdb] Fix the resolution values (fixes )
We were using the size of the player, it was the same for all the formats
Jaime Marquínez Ferrándiz b03d0d064c [imdb] Fix extraction in python 2.6
Using a regular expression because the html cannot be parsed.
Jaime Marquínez Ferrándiz d8d6148628 Add an extractor for Internet Movie Database trailers (closes )