Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | [imgur] Improve (Closes #7928) | Sergey M․ | 2015-12-22 | 1 | -16/+29 | |
| | | | | | | ||||||
* | | | | | | Improve extraction (Closes #7918) | Abhishek Kedia | 2015-12-22 | 1 | -10/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove outer parentheses in if Conflicts: youtube_dl/extractor/imgur.py checked code with flake8 not returning list in case of single images. using the fact that id with length 5 are albums and more are single videos. Also for single videos ie ImgurIE both urls - http://imgur.com/gallery/oWeAMW2 and http://imgur.com/oWeAMW2 are equally fine. Change regex to allow thuis. For albums urls - http://imgur.com/gallery/Q95ko and http://imgur.com/Q95ko are ok. Change regex to allow this also. update description in ImgurIE Tests. Also move single video test 'https://imgur.com/gallery/YcAQlkx' from ImgurAlbumIE to ImgurIE. | |||||
* | | | | | | Merge pull request #7322 from remitamine/vgtv | remitamine | 2015-12-22 | 4 | -82/+122 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [vgtv] extract videos from FTV, Aftenposten, Aftonbladet using VGTVIE | |||||
| * | | | | | | [vgtv] update tests and correct format sorting | remitamine | 2015-12-22 | 2 | -11/+22 | |
| | | | | | | | ||||||
| * | | | | | | [vgtv] extract 5 digit length video ids using both xstream and vgtv | remitamine | 2015-12-10 | 2 | -10/+26 | |
| | | | | | | | ||||||
| * | | | | | | [vgtv] add sortcut expressions to use the extractor | remitamine | 2015-12-09 | 1 | -34/+34 | |
| | | | | | | | ||||||
| * | | | | | | [vgtv] extract all formats and improve extraction | remitamine | 2015-12-06 | 1 | -24/+27 | |
| | | | | | | | ||||||
| * | | | | | | [vgtv] improve _VALID_URL regex | remitamine | 2015-10-30 | 1 | -9/+11 | |
| | | | | | | | ||||||
| * | | | | | | [vgtv] extract videos from FTV, Aftenposten, Aftonbladet using VGTVIE | remitamine | 2015-10-30 | 3 | -38/+46 | |
| | | | | | | | ||||||
* | | | | | | | [franceinter] use _match_id | remitamine | 2015-12-22 | 1 | -4/+1 | |
| | | | | | | | ||||||
* | | | | | | | [franceinter] fix title extraction | remitamine | 2015-12-22 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | [bleacherreport] update test | remitamine | 2015-12-22 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | [viki] detect errors and fix formats extraction | remitamine | 2015-12-22 | 1 | -2/+22 | |
| | | | | | | | ||||||
* | | | | | | | [soompi] remove extractor | remitamine | 2015-12-22 | 2 | -150/+0 | |
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://tv.soompi.com now redirect to viki.com because Viki has acquired Soompi http://www.soompi.com/2015/08/19/we-got-married-soompi-joins-viki/ | |||||
* | | | | | | [audimedia] correct test case id | remitamine | 2015-12-21 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | [flickr] fix format sorting | remitamine | 2015-12-21 | 1 | -4/+10 | |
| | | | | | | ||||||
* | | | | | | [br] add support for br-klassik.de and improve extraction | remitamine | 2015-12-21 | 1 | -49/+78 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - extend _VALID_URL to match both br.de and br-klassik.de - extract all formats(hls,hds and rtmp) - use xpath_element and xpath_text for xml info extraction | |||||
* | | | | | | [audiomack] Fix typo (Closes #7936) | Sergey M․ | 2015-12-21 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | [adultswim] update test | remitamine | 2015-12-21 | 1 | -1/+5 | |
| | | | | | | ||||||
* | | | | | | [test_subtitles] remove BlipTV test | remitamine | 2015-12-21 | 1 | -13/+0 | |
| | | | | | | ||||||
* | | | | | | [atresplayer] improve extraction | remitamine | 2015-12-21 | 1 | -39/+84 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - select hashlib.md5 constructor as digestmod(in python 3.4+ MD5 as implicit default digest for digestmod is deprecated.) - extract hls formats - update tests - extract errors | |||||
* | | | | | | [abc] detect expired state and update tests | remitamine | 2015-12-21 | 1 | -0/+5 | |
| | | | | | | ||||||
* | | | | | | release 2015.12.21 | Philipp Hagemeister | 2015-12-21 | 2 | -5/+10 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'bleacherreport' of github.com:remitamine/youtube-dl into ↵ | remitamine | 2015-12-21 | 5 | -118/+218 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | remitamine-bleacherreport | |||||
| * | | | | | | [bleacherreport] fix style issues and simplify | remitamine | 2015-12-21 | 4 | -52/+30 | |
| | | | | | | | ||||||
| * | | | | | | [bleacherreport] Add new Extractor | remitamine | 2015-11-07 | 2 | -0/+125 | |
| | | | | | | | ||||||
| * | | | | | | [amp] Add generic extractor for Akamai AMP feeds and use it in dramafever ↵ | remitamine | 2015-11-07 | 3 | -108/+105 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | and foxnews extractors | |||||
* | | | | | | | Merge branch 'bliptv' of github.com:remitamine/youtube-dl into remitamine-bliptv | remitamine | 2015-12-21 | 6 | -308/+118 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [makertv] improve extraction | remitamine | 2015-12-21 | 3 | -7/+22 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into bliptv | remitamine | 2015-12-03 | 188 | -1771/+4058 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [bliptv] remove extractor and add support for site replacement(makertv) | remitamine | 2015-10-15 | 6 | -310/+103 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'googledrive' of github.com:remitamine/youtube-dl into ↵ | remitamine | 2015-12-21 | 3 | -0/+95 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remitamine-googledrive | |||||
| * | | | | | | | | | [googledrive] Modernize | remitamine | 2015-12-21 | 3 | -100/+53 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | [googledrive] raise ExtractorError instead of warning | remitamine | 2015-07-23 | 1 | -3/+6 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | fix recursive error | remitamine | 2015-07-23 | 1 | -7/+7 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | remove unnecessary regex group names | remitamine | 2015-07-23 | 1 | -19/+13 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | fix embed regex | remitamine | 2015-07-23 | 1 | -3/+3 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | add google drive embeds | remitamine | 2015-07-23 | 1 | -0/+6 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | import google drive embed class | remitamine | 2015-07-23 | 1 | -1/+4 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | move the embed to a separate class | remitamine | 2015-07-23 | 1 | -1/+30 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | change the _TEST info | remitamine | 2015-07-23 | 1 | -3/+3 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | [googledrive] Add new extractor | remitamine | 2015-07-23 | 2 | -0/+107 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'flickr' of github.com:remitamine/youtube-dl into remitamine-flickr | remitamine | 2015-12-21 | 1 | -43/+63 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | [flickr] extract views_count and tags | remitamine | 2015-12-21 | 1 | -0/+4 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | raise ExtractorError if the page doesn't contain a video | remitamine | 2015-11-05 | 1 | -0/+2 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | [flickr] handle error message | remitamine | 2015-11-01 | 1 | -1/+5 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | [flickr] extract fresh api key and remove duplication in test | remitamine | 2015-11-01 | 1 | -7/+7 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | [flickr] extract more info and formats | remitamine | 2015-11-01 | 1 | -45/+55 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | [faz] extract duration and bitrate and use xpath_element and xpath_text for ↵ | remitamine | 2015-12-20 | 1 | -15/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extraction | |||||
* | | | | | | | | | | | Merge pull request #6790 from remitamine/tele13 | remitamine | 2015-12-20 | 3 | -49/+82 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | [canal13cl] fix info extraction |