aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_all_urls.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [youtube] Add support for search result URLs (Fixes #2495)Philipp Hagemeister2014-03-041-0/+4
|
* [youtube] Match more truncated URLs (Closes #2402)Philipp Hagemeister2014-02-171-0/+3
|
* [jadorecettepub] Add extractor (Fixes #2148)Philipp Hagemeister2014-02-081-1/+1
|
* [pbs] Add support for viralplayer links (Fixes #2350)Philipp Hagemeister2014-02-081-11/+18
|
* [youtube:playlist] Recognize ‘top tracks’ urls (closes #2332)Jaime Marquínez Ferrándiz2014-02-061-0/+2
| | | | The list parameter starts with ‘MC’ and can have more characters after it, including dots
* [tumblr] Test new URL format (#2255)Philipp Hagemeister2014-01-281-0/+4
|
* [vimeo] Fix playlist URL matchingPhilipp Hagemeister2014-01-071-0/+2
|
* [facebook] Recognize #! URLs (Fixes #1988)Philipp Hagemeister2013-12-161-1/+5
|
* [soundcloud] Do not match sets (Fixes #1930)Philipp Hagemeister2013-12-091-0/+3
|
* [vimeo] Add an extractor for users (closes #1871)Jaime Marquínez Ferrándiz2013-12-011-0/+4
|
* Update the keywords tests for the rename of the old ComedyCentralIEJaime Marquínez Ferrándiz2013-11-241-4/+4
|
* [youtube] Add an extractor for downloading the watch history (closes #1821)Jaime Marquínez Ferrándiz2013-11-241-0/+1
|
* Simplify testsPhilipp Hagemeister2013-10-151-5/+11
| | | | | | | * Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up
* Add support for single-test tox runsFilippo Valsorda2013-10-121-1/+1
| | | | | | Use a sintax like tox test.test_download:TestDownload.test_NowVideo to run the specific test on all the tox environments (Python versions)
* [youtube] support youtube.googleapis.com/v/* urls (fixes #1425)Jaime Marquínez Ferrándiz2013-09-151-0/+1
|
* [youtube] Modify the regex to match ids of length 11 (fixes #1396)Jaime Marquínez Ferrándiz2013-09-091-4/+7
| | | | In urls like http://www.youtube.com/watch?v=BaW_jenozKcsharePLED17F32AD9753930 you can't split the query string and ids always have that length.
* [youtube] Fix some issues with the detection of playlist/channel urls ↵Jaime Marquínez Ferrándiz2013-09-061-11/+16
| | | | | | | (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.
* [youtube] Fix detection of feeds urls (fixes #1294)Jaime Marquínez Ferrándiz2013-09-061-0/+6
| | | | Urls like https://www.youtube.com/feed/watch_later were being as users (before the last changes to YoutubeUserIE, as videos)
* [youtube] Urls like youtube.com/NASA are now interpreted as users (fixes #1069)Jaime Marquínez Ferrándiz2013-09-051-9/+20
| | | | Video urls like http://youtube.com/BaW_jenozKc are not valid, but http://youtu.be/BaW_jenozKc is correct.
* [youtube] Support watch_popup URLs (Fixes #1275)Philipp Hagemeister2013-08-191-0/+1
|
* [youtube:subscriptions] Use colon for differentiation of shortcutsPhilipp Hagemeister2013-07-071-0/+11
|
* Make sure that IEs only accept their own URLsPhilipp Hagemeister2013-06-271-1/+13
|
* Remove mentions of old InfoExtractors modulePhilipp Hagemeister2013-06-231-1/+1
|
* Fix the test_all_urls (Import issue)Clément DAVID2013-06-041-1/+1
|
* Merge within test_all_urlsClément DAVID2013-06-041-0/+16
|
* Add tests for YoutubeChannelIEispedals2013-04-191-1/+6
| | | | | | - tests for identifying channel urls - test retrieval of paginated channel - test retrieval of autogenerated channel
* Modified Youtube video/playlist matching; fixes #668; fixes #585Filippo Valsorda2013-02-261-4/+10
|
* Allow ampersand right after ? in youtube URLs (Closes #602)Philipp Hagemeister2012-12-271-0/+27