Commit Graph

439 Commits (0d3070d36438eeefbfb3cd6a3f792767b4d99d93)

Author SHA1 Message Date
Philipp Hagemeister 7753cadbfa [comedycentral:shows] Add support for TDS special editions (Fixes #2733) 10 years ago
Philipp Hagemeister 4be9f8c814 [ninegag] Add support for p/ URLs 10 years ago
Philipp Hagemeister 29e3e682af [comedycentral] Match more URLs
Looks like they only offer clips instead of full episodes now. We'll need to add new parsing code as well.
10 years ago
Philipp Hagemeister a355b70f27 [cspan] Do not test number of playlist entries
Apparently, CSpan switches between single-file and multiple-file results. Either one is fine as long as we get the full four hours.
10 years ago
Philipp Hagemeister 676eb3f2dd Fix unicode_escape (Fixes #2695) 10 years ago
Philipp Hagemeister c8edf47b3a [yahoo] Support https and -uploader URLs (Fixes #2701) 10 years ago
Philipp Hagemeister 3537b93d8a [tests] Fix YoutubeDL tests
Since bec1fad, the id, title, and url (also in formats) keys are mandatory. Change the tests to reflect that.
10 years ago
Philipp Hagemeister 968ed2a777 [comedycentral] Add test for #2677 10 years ago
Philipp Hagemeister aea6e7fc3c [cspan] Support multiple segments (Fixes #2674) 10 years ago
Philipp Hagemeister 651486621d [comedycentral] Allow URLs with query parts (fixes #2661) 10 years ago
Philipp Hagemeister 16f4eb723a [comedycentral] Add support for /videos URLs (Fixes #2660) 10 years ago
Philipp Hagemeister 69c01a9f68 [comedycentral] Add a testcase for extended-interviews URLs (#2636) 10 years ago
Philipp Hagemeister fac55558ad [washingtonpost] Add extractor (Fixes #2622) 10 years ago
Philipp Hagemeister 912b38b428 [instagram] Fix info_dict key name 10 years ago
Philipp Hagemeister ea38e55fff [instagram] Add support for user profiles (Fixes #2606) 10 years ago
Philipp Hagemeister 257cfebfe6 [test] Move expect_info_dict out of test_download 10 years ago
fiocfun 9f5809b3e8 [xtube] user playlist extractor 10 years ago
Philipp Hagemeister 231f76b530 [toypics] Separate user and video extraction (#2601) 10 years ago
Philipp Hagemeister a9c2896e22 Make missing test definition fields an error
If the result is not testable (for example, because a description changes often), either pass in a type or a regular expression (a string starting with 're:')
10 years ago
Philipp Hagemeister 773c0b4bb8 [pbs] Add support for widget URLs (Fixes #2594) 10 years ago
Philipp Hagemeister ff14fc4964 [test] Rename get_testcases to gettestcases
Apparently, newer versions of nosetests are somewhat over-eager in their test discovery.
10 years ago
Jaime Marquínez Ferrándiz bc6d597828 Add bestvideo and worstvideo to special format names (#2163) 10 years ago
Philipp Hagemeister 955c451456 Rename upload_timestamp to timestamp 10 years ago
Philipp Hagemeister 2a1db721d4 [test_download] Move assertions before debugging output 10 years ago
Philipp Hagemeister c3d36f134f [googlesearch] Fix next page indicator check 10 years ago
Philipp Hagemeister 84769e708c [ninegag] Fix extraction 10 years ago
Jaime Marquínez Ferrándiz b1ff87224c [vimeo] Now VimeoIE doesn't match urls of channels with a numeric id (fixes #2552) 10 years ago
Philipp Hagemeister 6a72423955 [generic] Use a different URL for the generic RSS test (Closes #2532) 10 years ago
Jaime Marquínez Ferrándiz 1471956573 Add a basic test suite for the InfoExtractor class 10 years ago
Jaime Marquínez Ferrándiz 957688cee6 [ustream:channel] Update test's number of entries 10 years ago
Jaime Marquínez Ferrándiz b74fa8cd2c [facebook] Fix login process
It was broken and didn't work in python 3.
And use `_download_webpage` instead of `compat_urllib_request.urlopen`.
10 years ago
Jaime Marquínez Ferrándiz ca1fee34f2 [ted] Fix playlist extraction and add a test 10 years ago
Philipp Hagemeister c9ae7b9565 [youtube] Add support for search result URLs (Fixes #2495) 10 years ago
Philipp Hagemeister 2437fbca64 [tests] Raise an exception if test definition is invalid (Found in #2460) 10 years ago
Jaime Marquínez Ferrándiz ea5a0be811 Skip youtube toptracks test
All the playlists return 500 errors.
10 years ago
Philipp Hagemeister 62e609ab77 Ignore BOM in batch files (Fixes #2450) 10 years ago
Jaime Marquínez Ferrándiz 9e57ce716f [academicearth] Fix extraction
The courses seems to be no longer available, changed the test to a playlist.
10 years ago
Philipp Hagemeister 491ed3dda2 [trutube] Support multiple formats (#2433) 10 years ago
Philipp Hagemeister 4fc946b546 [generic] Add support for RSS feeds (Fixes #667) 10 years ago
Philipp Hagemeister 2eb5d315d4 [youtube] Match more truncated URLs (Closes #2402) 10 years ago
Sergey M. 2db806b4aa Improve parse_duration 10 years ago
Philipp Hagemeister b53466e168 Fix f4m downloading on Python 2.6 10 years ago
Jaime Marquínez Ferrándiz 99043c2ea5 Replace test for dailymotion users 10 years ago
Philipp Hagemeister 026fcc0495 Fix #2355 (date parsing with dashes) 10 years ago
Philipp Hagemeister 9766538124 [jadorecettepub] Add extractor (Fixes #2148) 10 years ago
Philipp Hagemeister bf5f610099 [pbs] Add support for viralplayer links (Fixes #2350) 10 years ago
Jaime Marquínez Ferrándiz d67cc9fa7c [youtube:playlist] Recognize ‘top tracks’ urls (closes #2332)
The list parameter starts with ‘MC’ and can have more characters after it, including dots
10 years ago
Philipp Hagemeister dcf3eec47a [test_download] Skip over BadStatusLine errors
An error like https://travis-ci.org/rg3/youtube-dl/jobs/18317799#L449 is almost certainly the server's fault.
10 years ago
Philipp Hagemeister ccf9114e84 [googlesearch] Fix start, and skip playlists (Fixes #2329) 10 years ago
Jaime Marquínez Ferrándiz bc4850908c [test/youtube_signature] Add a test with the last player
To verify it correctly handles function with “$” in their names.
10 years ago