Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [youtube:user] Require 'https?://' in the url (fixes #8356) | Jaime Marquínez Ferrándiz | 2016-01-29 | 1 | -1/+1 |
| | | | | | It was matching www.youtube.com/embed/WpfukLMe1TM. The generic extractor automatically adds http:// if it's missing. | ||||
* | [test/test_all_urls] Update pbs extractor name | Jaime Marquínez Ferrándiz | 2015-12-08 | 1 | -2/+2 |
| | | | | It's in lowercase now (since e15e2ef7a00362fc1e89d9959241efad46325c54). | ||||
* | [youtube:history] Enable exractor | Sergey M․ | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | [youtube:history] Explain why it has disabled and skip test | Jaime Marquínez Ferrándiz | 2015-09-20 | 1 | -1/+1 |
| | |||||
* | [youtube:watchlater] Remove unused properties and fix tests | Jaime Marquínez Ferrándiz | 2015-03-26 | 1 | -1/+1 |
| | |||||
* | [vimeo] Use https for all vimeo.com urls | Jaime Marquínez Ferrándiz | 2015-03-12 | 1 | -5/+5 |
| | | | | Unfortunately vimeopro.com doesn't support it yet. | ||||
* | [twitch] Move URL matching tests into extractor | Philipp Hagemeister | 2015-01-22 | 1 | -13/+0 |
| | |||||
* | [comedycentral:shows] Remove references to colbert report | Philipp Hagemeister | 2015-01-22 | 1 | -2/+0 |
| | |||||
* | PEP8 applied | Jouke Waleson | 2014-11-23 | 1 | -3/+3 |
| | |||||
* | [twitch] Update tests | Sergey M | 2014-10-19 | 1 | -16/+12 |
| | |||||
* | [comedycentral] Move tests to the extractor itself | Philipp Hagemeister | 2014-09-01 | 1 | -26/+0 |
| | |||||
* | Improve test_all_urls output | Philipp Hagemeister | 2014-08-27 | 1 | -1/+3 |
| | |||||
* | [facebook] Allow '?' before '#!' (fixes #3477) | Jaime Marquínez Ferrándiz | 2014-08-10 | 1 | -0/+1 |
| | |||||
* | Remove unused imports | Philipp Hagemeister | 2014-07-23 | 1 | -1/+0 |
| | |||||
* | [youtube:truncated_url] Move test to extractor | Philipp Hagemeister | 2014-07-01 | 1 | -3/+0 |
| | |||||
* | [test_all_urls] Add support for distributed URL matching test definition | Philipp Hagemeister | 2014-04-19 | 1 | -1/+2 |
| | |||||
* | [test_all_urls] Simplify | Philipp Hagemeister | 2014-04-19 | 1 | -10/+10 |
| | |||||
* | [aol] Add support for playlists (Fixes #2730) | Philipp Hagemeister | 2014-04-13 | 1 | -1/+0 |
| | |||||
* | [youtube] Add support for cleanvideosearch.com (Fixes #2734) | Philipp Hagemeister | 2014-04-11 | 1 | -0/+1 |
| | |||||
* | [comedycentral:shows] Add support for TDS special editions (Fixes #2733) | Philipp Hagemeister | 2014-04-11 | 1 | -0/+3 |
| | |||||
* | [ninegag] Add support for p/ URLs | Philipp Hagemeister | 2014-04-11 | 1 | -0/+1 |
| | |||||
* | [comedycentral] Match more URLs | Philipp Hagemeister | 2014-04-09 | 1 | -0/+9 |
| | | | | Looks like they only offer clips instead of full episodes now. We'll need to add new parsing code as well. | ||||
* | [yahoo] Support https and -uploader URLs (Fixes #2701) | Philipp Hagemeister | 2014-04-04 | 1 | -0/+6 |
| | |||||
* | [comedycentral] Add test for #2677 | Philipp Hagemeister | 2014-04-03 | 1 | -0/+3 |
| | |||||
* | [comedycentral] Allow URLs with query parts (fixes #2661) | Philipp Hagemeister | 2014-04-01 | 1 | -0/+3 |
| | |||||
* | [comedycentral] Add support for /videos URLs (Fixes #2660) | Philipp Hagemeister | 2014-04-01 | 1 | -1/+6 |
| | |||||
* | [comedycentral] Add a testcase for extended-interviews URLs (#2636) | Philipp Hagemeister | 2014-03-27 | 1 | -0/+3 |
| | |||||
* | [pbs] Add support for widget URLs (Fixes #2594) | Philipp Hagemeister | 2014-03-21 | 1 | -0/+1 |
| | |||||
* | [test] Rename get_testcases to gettestcases | Philipp Hagemeister | 2014-03-17 | 1 | -2/+2 |
| | | | | Apparently, newer versions of nosetests are somewhat over-eager in their test discovery. | ||||
* | [vimeo] Now VimeoIE doesn't match urls of channels with a numeric id (fixes ↵ | Jaime Marquínez Ferrándiz | 2014-03-12 | 1 | -0/+2 |
| | | | | #2552) | ||||
* | [youtube] Add support for search result URLs (Fixes #2495) | Philipp Hagemeister | 2014-03-04 | 1 | -0/+4 |
| | |||||
* | [youtube] Match more truncated URLs (Closes #2402) | Philipp Hagemeister | 2014-02-17 | 1 | -0/+3 |
| | |||||
* | [jadorecettepub] Add extractor (Fixes #2148) | Philipp Hagemeister | 2014-02-08 | 1 | -1/+1 |
| | |||||
* | [pbs] Add support for viralplayer links (Fixes #2350) | Philipp Hagemeister | 2014-02-08 | 1 | -11/+18 |
| | |||||
* | [youtube:playlist] Recognize ‘top tracks’ urls (closes #2332) | Jaime Marquínez Ferrándiz | 2014-02-06 | 1 | -0/+2 |
| | | | | The list parameter starts with ‘MC’ and can have more characters after it, including dots | ||||
* | [tumblr] Test new URL format (#2255) | Philipp Hagemeister | 2014-01-28 | 1 | -0/+4 |
| | |||||
* | [vimeo] Fix playlist URL matching | Philipp Hagemeister | 2014-01-07 | 1 | -0/+2 |
| | |||||
* | [facebook] Recognize #! URLs (Fixes #1988) | Philipp Hagemeister | 2013-12-16 | 1 | -1/+5 |
| | |||||
* | [soundcloud] Do not match sets (Fixes #1930) | Philipp Hagemeister | 2013-12-09 | 1 | -0/+3 |
| | |||||
* | [vimeo] Add an extractor for users (closes #1871) | Jaime Marquínez Ferrándiz | 2013-12-01 | 1 | -0/+4 |
| | |||||
* | Update the keywords tests for the rename of the old ComedyCentralIE | Jaime Marquínez Ferrándiz | 2013-11-24 | 1 | -4/+4 |
| | |||||
* | [youtube] Add an extractor for downloading the watch history (closes #1821) | Jaime Marquínez Ferrándiz | 2013-11-24 | 1 | -0/+1 |
| | |||||
* | Simplify tests | Philipp Hagemeister | 2013-10-15 | 1 | -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 runs | Filippo Valsorda | 2013-10-12 | 1 | -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ándiz | 2013-09-15 | 1 | -0/+1 |
| | |||||
* | [youtube] Modify the regex to match ids of length 11 (fixes #1396) | Jaime Marquínez Ferrándiz | 2013-09-09 | 1 | -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ándiz | 2013-09-06 | 1 | -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ándiz | 2013-09-06 | 1 | -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ándiz | 2013-09-05 | 1 | -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 Hagemeister | 2013-08-19 | 1 | -0/+1 |
| |