Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [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 | |
| | ||||||
* | [youtube:subscriptions] Use colon for differentiation of shortcuts | Philipp Hagemeister | 2013-07-07 | 1 | -0/+11 | |
| | ||||||
* | Make sure that IEs only accept their own URLs | Philipp Hagemeister | 2013-06-27 | 1 | -1/+13 | |
| | ||||||
* | Remove mentions of old InfoExtractors module | Philipp Hagemeister | 2013-06-23 | 1 | -1/+1 | |
| | ||||||
* | Fix the test_all_urls (Import issue) | Clément DAVID | 2013-06-04 | 1 | -1/+1 | |
| | ||||||
* | Merge within test_all_urls | Clément DAVID | 2013-06-04 | 1 | -0/+16 | |
| | ||||||
* | Add tests for YoutubeChannelIE | ispedals | 2013-04-19 | 1 | -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 #585 | Filippo Valsorda | 2013-02-26 | 1 | -4/+10 | |
| | ||||||
* | Allow ampersand right after ? in youtube URLs (Closes #602) | Philipp Hagemeister | 2012-12-27 | 1 | -0/+27 | |