index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_all_urls.py
Age
Commit message (
Expand
)
Author
2014-09-01
[comedycentral] Move tests to the extractor itself
Philipp Hagemeister
2014-08-27
Improve test_all_urls output
Philipp Hagemeister
2014-08-10
[facebook] Allow '?' before '#!' (fixes #3477)
Jaime Marquínez Ferrándiz
2014-07-23
Remove unused imports
Philipp Hagemeister
2014-07-01
[youtube:truncated_url] Move test to extractor
Philipp Hagemeister
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
2014-04-04
[yahoo] Support https and -uploader URLs (Fixes #2701)
Philipp Hagemeister
2014-04-03
[comedycentral] Add test for #2677
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-21
[pbs] Add support for widget URLs (Fixes #2594)
Philipp Hagemeister
2014-03-17
[test] Rename get_testcases to gettestcases
Philipp Hagemeister
2014-03-12
[vimeo] Now VimeoIE doesn't match urls of channels with a numeric id (fixes #...
Jaime Marquínez Ferrándiz
2014-03-04
[youtube] Add support for search result URLs (Fixes #2495)
Philipp Hagemeister
2014-02-17
[youtube] Match more truncated URLs (Closes #2402)
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
2014-01-28
[tumblr] Test new URL format (#2255)
Philipp Hagemeister
2014-01-07
[vimeo] Fix playlist URL matching
Philipp Hagemeister
2013-12-16
[facebook] Recognize #! URLs (Fixes #1988)
Philipp Hagemeister
2013-12-09
[soundcloud] Do not match sets (Fixes #1930)
Philipp Hagemeister
2013-12-01
[vimeo] Add an extractor for users (closes #1871)
Jaime Marquínez Ferrándiz
2013-11-24
Update the keywords tests for the rename of the old ComedyCentralIE
Jaime Marquínez Ferrándiz
2013-11-24
[youtube] Add an extractor for downloading the watch history (closes #1821)
Jaime Marquínez Ferrándiz
2013-10-15
Simplify tests
Philipp Hagemeister
2013-10-12
Add support for single-test tox runs
Filippo Valsorda
2013-09-15
[youtube] support youtube.googleapis.com/v/* urls (fixes #1425)
Jaime Marquínez Ferrándiz
2013-09-09
[youtube] Modify the regex to match ids of length 11 (fixes #1396)
Jaime Marquínez Ferrándiz
2013-09-06
[youtube] Fix some issues with the detection of playlist/channel urls (report...
Jaime Marquínez Ferrándiz
2013-09-06
[youtube] Fix detection of feeds urls (fixes #1294)
Jaime Marquínez Ferrándiz
2013-09-05
[youtube] Urls like youtube.com/NASA are now interpreted as users (fixes #1069)
Jaime Marquínez Ferrándiz
2013-08-19
[youtube] Support watch_popup URLs (Fixes #1275)
Philipp Hagemeister
2013-07-07
[youtube:subscriptions] Use colon for differentiation of shortcuts
Philipp Hagemeister
2013-06-27
Make sure that IEs only accept their own URLs
Philipp Hagemeister
2013-06-23
Remove mentions of old InfoExtractors module
Philipp Hagemeister
2013-06-04
Fix the test_all_urls (Import issue)
Clément DAVID
2013-06-04
Merge within test_all_urls
Clément DAVID
2013-04-19
Add tests for YoutubeChannelIE
ispedals
2013-02-26
Modified Youtube video/playlist matching; fixes #668; fixes #585
Filippo Valsorda
2012-12-27
Allow ampersand right after ? in youtube URLs (Closes #602)
Philipp Hagemeister