Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-09 | [comedycentral] Match more URLs | Philipp Hagemeister | |
Looks like they only offer clips instead of full episodes now. We'll need to add new parsing code as well. | |||
2014-04-04 | [cspan] Do not test number of playlist entries | Philipp Hagemeister | |
Apparently, CSpan switches between single-file and multiple-file results. Either one is fine as long as we get the full four hours. | |||
2014-04-04 | Fix unicode_escape (Fixes #2695) | Philipp Hagemeister | |
2014-04-04 | [yahoo] Support https and -uploader URLs (Fixes #2701) | Philipp Hagemeister | |
2014-04-04 | [tests] Fix YoutubeDL tests | Philipp Hagemeister | |
Since bec1fad, the id, title, and url (also in formats) keys are mandatory. Change the tests to reflect that. | |||
2014-04-03 | [comedycentral] Add test for #2677 | Philipp Hagemeister | |
2014-04-03 | [cspan] Support multiple segments (Fixes #2674) | Philipp Hagemeister | |
2014-04-01 | [comedycentral] Allow URLs with query parts (fixes #2661) | Philipp Hagemeister | |
2014-04-01 | [comedycentral] Add support for /videos URLs (Fixes #2660) | Philipp Hagemeister | |
2014-03-27 | [comedycentral] Add a testcase for extended-interviews URLs (#2636) | Philipp Hagemeister | |
2014-03-24 | [washingtonpost] Add extractor (Fixes #2622) | Philipp Hagemeister | |
2014-03-24 | [instagram] Fix info_dict key name | Philipp Hagemeister | |
2014-03-23 | [instagram] Add support for user profiles (Fixes #2606) | Philipp Hagemeister | |
2014-03-23 | [test] Move expect_info_dict out of test_download | Philipp Hagemeister | |
2014-03-23 | [xtube] user playlist extractor | fiocfun | |
2014-03-22 | [toypics] Separate user and video extraction (#2601) | Philipp Hagemeister | |
2014-03-22 | Make missing test definition fields an error | Philipp Hagemeister | |
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:') | |||
2014-03-21 | [pbs] Add support for widget URLs (Fixes #2594) | Philipp Hagemeister | |
2014-03-17 | [test] Rename get_testcases to gettestcases | Philipp Hagemeister | |
Apparently, newer versions of nosetests are somewhat over-eager in their test discovery. | |||
2014-03-14 | Add bestvideo and worstvideo to special format names (#2163) | Jaime Marquínez Ferrándiz | |
2014-03-13 | Rename upload_timestamp to timestamp | Philipp Hagemeister | |
2014-03-13 | [test_download] Move assertions before debugging output | Philipp Hagemeister | |
2014-03-13 | [googlesearch] Fix next page indicator check | Philipp Hagemeister | |
2014-03-13 | [ninegag] Fix extraction | Philipp Hagemeister | |
2014-03-12 | [vimeo] Now VimeoIE doesn't match urls of channels with a numeric id (fixes ↵ | Jaime Marquínez Ferrándiz | |
#2552) | |||
2014-03-10 | [generic] Use a different URL for the generic RSS test (Closes #2532) | Philipp Hagemeister | |
2014-03-09 | Add a basic test suite for the InfoExtractor class | Jaime Marquínez Ferrándiz | |
2014-03-09 | [ustream:channel] Update test's number of entries | Jaime Marquínez Ferrándiz | |
2014-03-07 | [facebook] Fix login process | Jaime Marquínez Ferrándiz | |
It was broken and didn't work in python 3. And use `_download_webpage` instead of `compat_urllib_request.urlopen`. | |||
2014-03-05 | [ted] Fix playlist extraction and add a test | Jaime Marquínez Ferrándiz | |
2014-03-04 | [youtube] Add support for search result URLs (Fixes #2495) | Philipp Hagemeister | |
2014-02-26 | [tests] Raise an exception if test definition is invalid (Found in #2460) | Philipp Hagemeister | |
2014-02-25 | Skip youtube toptracks test | Jaime Marquínez Ferrándiz | |
All the playlists return 500 errors. | |||
2014-02-25 | Ignore BOM in batch files (Fixes #2450) | Philipp Hagemeister | |
2014-02-24 | [academicearth] Fix extraction | Jaime Marquínez Ferrándiz | |
The courses seems to be no longer available, changed the test to a playlist. | |||
2014-02-22 | [trutube] Support multiple formats (#2433) | Philipp Hagemeister | |
2014-02-20 | [generic] Add support for RSS feeds (Fixes #667) | Philipp Hagemeister | |
2014-02-17 | [youtube] Match more truncated URLs (Closes #2402) | Philipp Hagemeister | |
2014-02-17 | Improve parse_duration | Sergey M. | |
2014-02-15 | Fix f4m downloading on Python 2.6 | Philipp Hagemeister | |
2014-02-15 | Replace test for dailymotion users | Jaime Marquínez Ferrándiz | |
2014-02-09 | Fix #2355 (date parsing with dashes) | Philipp Hagemeister | |
2014-02-08 | [jadorecettepub] Add extractor (Fixes #2148) | Philipp Hagemeister | |
2014-02-08 | [pbs] Add support for viralplayer links (Fixes #2350) | Philipp Hagemeister | |
2014-02-06 | [youtube:playlist] Recognize ‘top tracks’ urls (closes #2332) | Jaime Marquínez Ferrándiz | |
The list parameter starts with ‘MC’ and can have more characters after it, including dots | |||
2014-02-06 | [test_download] Skip over BadStatusLine errors | Philipp Hagemeister | |
An error like https://travis-ci.org/rg3/youtube-dl/jobs/18317799#L449 is almost certainly the server's fault. | |||
2014-02-06 | [googlesearch] Fix start, and skip playlists (Fixes #2329) | Philipp Hagemeister | |
2014-02-04 | [test/youtube_signature] Add a test with the last player | Jaime Marquínez Ferrándiz | |
To verify it correctly handles function with “$” in their names. | |||
2014-02-04 | remove accidentally duplicated test file | Philipp Hagemeister | |
2014-02-04 | [pbs] Add support for article pages (Fixes #870) | Philipp Hagemeister | |