Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-02-03 | [generic] Add support for multiple brightcove URLs (Fixes #2283) | Philipp Hagemeister | |
2014-02-03 | [vimeo] Remove superfluous whitespace | Sergey M. | |
2014-02-03 | [vimeo] Add subtitle tests | Sergey M. | |
2014-02-03 | [blip.tv] Add support for subtitles (#2274) | Philipp Hagemeister | |
2014-01-28 | [tumblr] Test new URL format (#2255) | Philipp Hagemeister | |
2014-01-28 | Merge remote-tracking branch 'dstftw/rutube-channel' | Philipp Hagemeister | |
2014-01-28 | [imdb] Fix playlist test | dst | |
2014-01-28 | [rutube] Add channel test | dst | |
2014-01-25 | [test/youtube_lists] Change the list used for testing the Top Lists extractor | Jaime Marquínez Ferrándiz | |
The ‘Top tracks’ list is not always present in the channel page | |||
2014-01-22 | Merge branch 'paged-lists' | Philipp Hagemeister | |
Conflicts: test/test_utils.py youtube_dl/extractor/youtube.py |