aboutsummaryrefslogtreecommitdiff
path: root/test/test_all_urls.py
AgeCommit message (Collapse)Author
2014-01-07[vimeo] Fix playlist URL matchingPhilipp 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-24Update the keywords tests for the rename of the old ComedyCentralIEJaime 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-15Simplify testsPhilipp Hagemeister
* Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up
2013-10-12Add support for single-test tox runsFilippo Valsorda
Use a sintax like tox test.test_download:TestDownload.test_NowVideo to run the specific test on all the tox environments (Python versions)
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
In urls like http://www.youtube.com/watch?v=BaW_jenozKcsharePLED17F32AD9753930 you can't split the query string and ids always have that length.
2013-09-06[youtube] Fix some issues with the detection of playlist/channel urls ↵Jaime Marquínez Ferrándiz
(reported in #1374) They were being caught by YoutubeUserIE, now it only extracts a url if the rest of extractors aren't suitable. Now the url tests check that the urls can only be extracted with an specific extractor.
2013-09-06[youtube] Fix detection of feeds urls (fixes #1294)Jaime Marquínez Ferrándiz
Urls like https://www.youtube.com/feed/watch_later were being as users (before the last changes to YoutubeUserIE, as videos)
2013-09-05[youtube] Urls like youtube.com/NASA are now interpreted as users (fixes #1069)Jaime Marquínez Ferrándiz
Video urls like http://youtube.com/BaW_jenozKc are not valid, but http://youtu.be/BaW_jenozKc is correct.
2013-08-19[youtube] Support watch_popup URLs (Fixes #1275)Philipp Hagemeister
2013-07-07[youtube:subscriptions] Use colon for differentiation of shortcutsPhilipp Hagemeister
2013-06-27Make sure that IEs only accept their own URLsPhilipp Hagemeister
2013-06-23Remove mentions of old InfoExtractors modulePhilipp Hagemeister
2013-06-04Fix the test_all_urls (Import issue)Clément DAVID
2013-06-04Merge within test_all_urlsClément DAVID
2013-04-19Add tests for YoutubeChannelIEispedals
- tests for identifying channel urls - test retrieval of paginated channel - test retrieval of autogenerated channel
2013-02-26Modified Youtube video/playlist matching; fixes #668; fixes #585Filippo Valsorda
2012-12-27Allow ampersand right after ? in youtube URLs (Closes #602)Philipp Hagemeister