Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-29 | [TeacherTube] add user + collection, removed classrooms | Petr Půlpán | |
2014-06-26 | [livestream:original] Add support for folder urls (closes #2631) | Jaime Marquínez Ferrándiz | |
The webpage only contains shortened links for the videos, since the server doesn't support HEAD requests, we use an specific extractor for them. | |||
2014-06-25 | [rutube] Update playlist tests | Sergey M․ | |
2014-06-17 | [ustream:channel] replace test for an updated channel | Petr Půlpán | |
2014-06-07 | Merge remote-tracking branch 'pulpe/teachertube' | Philipp Hagemeister | |
Conflicts: youtube_dl/extractor/__init__.py | |||
2014-06-07 | [test/test_youtube_lists] Replace mix list | Jaime Marquínez Ferrándiz | |
The old video doesn't have a mix anymore. | |||
2014-06-06 | [TeacherTubeIE] Add extractor for teachertube.com videos + classrooms (fixes ↵ | pulpe | |
#3046) | |||
2014-06-03 | Merge pull request #2962 from simonwjackson/patch-1 | Jaime Marquínez Ferrándiz | |
Update test_age_restriction.py | |||
2014-05-30 | [ivi] Replace tests | Sergey M․ | |
2014-05-26 | [ivi] Update playlist tests | Sergey M․ | |
2014-05-21 | Update test_age_restriction.py | Simon W. Jackson | |
typo | |||
2014-05-21 | fixed (what I assume was a typo) that caused test_format_note to always fail. | codesparkle | |
This test was introduced in c57f7757101690681af2eb8c40c8bf81bbe6e64f. | |||
2014-05-13 | Merge remote-tracking branch 'jnormore/vine_user' | Philipp Hagemeister | |
2014-05-13 | [test/helper] Clarify which field failed an assertion | Philipp Hagemeister | |
2014-05-10 | Added VineUserIE extractor for vine user timeline | Jason Normore | |
Added vine user timeline extractor using unofficial vine api user profile and timeline api endpoints. | |||
2014-05-05 | [soundcloud/generic] Add support for playlists | Philipp Hagemeister | |
2014-04-30 | [YoutubeDL] Add simple tests for format_note (Closes #2825) | Philipp Hagemeister | |
2014-04-21 | [test_subtitles] Allow more subtitles for TED videos | Philipp Hagemeister | |
2014-04-21 | [test helper] Correct only_matching test gathering | Philipp Hagemeister | |
2014-04-20 | [ivi] Update playlist tests | Sergey M․ | |
2014-04-19 | [test_all_urls] Add support for distributed URL matching test definition | Philipp Hagemeister | |
2014-04-19 | [test_all_urls] Simplify | Philipp Hagemeister | |
2014-04-13 | [aol] Add support for playlists (Fixes #2730) | Philipp Hagemeister | |
2014-04-11 | [youtube] Add support for cleanvideosearch.com (Fixes #2734) | Philipp Hagemeister | |
2014-04-11 | [comedycentral:shows] Add support for TDS special editions (Fixes #2733) | Philipp Hagemeister | |
2014-04-11 | [ninegag] Add support for p/ URLs | Philipp Hagemeister | |
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 | |