31 Commits (master)

Author SHA1 Message Date
Sergey M․ 5d9f6cbc5a
[imdb] Fix extraction (closes #23443) 4 years ago
Sergey M․ a62460aa21
[imdb] Fix extension extraction (closes #17167) 6 years ago
Sergey M․ 3052a30d42
Improve URL extraction 6 years ago
Remita Amine 27694fe7ad [imdb:list] fix _VALID_URL regex 6 years ago
Remita Amine 0167f0dbfe [imdb] improve extraction(fixes #4085)(fixes #14557) 6 years ago
Sergey M․ 7dd6ab4a47
[imdb] Extract all formats (closes #16249) 6 years ago
Sergey M․ b845766597
[imdb] Relax _VALID_URL (closes #13056) 7 years ago
Sergey M․ 136078966b
[imdb] Extend _VALID_URL (closes #11744) 7 years ago
stepshal 925194022c
Improve some _VALID_URLs 8 years ago
Déstin Reed 5b9d187cc6
[imdb] Improve title extraction and make thumbnail non-fatal 8 years ago
Sergey M․ 4c93ee8d14
[imdb] Improve _VALID_URL (Closes #9788) 8 years ago
Sergey M․ 96c2e3e909
[imdb] Improve extraction 8 years ago
Sergey M․ f196508f7b
[imdb] Relax _VALID_URL (Closes #9481) 8 years ago
Sergey M․ 5886b38d73 Add support for https for all extractors as preventive and future-proof measure 8 years ago
Sergey M․ f7f2e53a0a [imdb] Recognize 1080p formats (Closes #8677) 8 years ago
Jaime Marquínez Ferrándiz dd67702a3e [imdb] Fix extraction (fixes #7220) 9 years ago
Sergey M․ c9ac7fa909 [imdb] Fix extraction 9 years ago
Philipp Hagemeister adb1307b9a [imdb] Remove test md5
They seem to reencode quite frequently, so simply remove the md5 sum.
9 years ago
Philipp Hagemeister 1cc79574fc Fix imports and general cleanup
· 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
10 years ago
Jouke Waleson 5f6a1245ff PEP8 applied 10 years ago
Philipp Hagemeister 11fba1751d [imdb] Simplify 10 years ago
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 10 years ago
Philipp Hagemeister d7b51547c0 [imdb:list] Switch to loading the webpage
The RSS method seems to be defunct.
10 years ago
Philipp Hagemeister ecfef3e5bf +unicode_literals 10 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