Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-23 | [24video] Fix test | Sergey M․ | |
2015-12-23 | [24video] Fix extraction on python 2.6 | Sergey M․ | |
2015-12-23 | [24video] Fix extraction (Closes #7956) | Sergey M․ | |
2015-12-23 | [appletrailers] Improve regex for fixing '<img>' tags (#7953) | Jaime Marquínez Ferrándiz | |
2015-12-23 | release 2015.12.232015.12.23 | Philipp Hagemeister | |
2015-12-23 | [appletrailers] Add support for AppleTrailers Section | remitamine | |
2015-12-23 | [daum] Add test for #7949 | Sergey M․ | |
2015-12-23 | [daum] Fix extraction (Closes #7949) | Sergey M․ | |
2015-12-23 | [periscope] Fix token based extraction (Closes #7943) | Sergey M․ | |
2015-12-23 | [comcarcoff] Extract duration | Sergey M․ | |
2015-12-23 | [comcarcoff] Improve json data regex and modernize | Sergey M․ | |
2015-12-23 | Merge pull request #7942 from ausbin/comcarcoff-json-fix | Sergey M | |
[comcarcoff] adjust for json updates | |||
2015-12-22 | [imgur] Improve (Closes #7928) | Sergey M․ | |
2015-12-22 | Improve extraction (Closes #7918) | Abhishek Kedia | |
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. | |||
2015-12-22 | Merge pull request #7322 from remitamine/vgtv | remitamine | |
[vgtv] extract videos from FTV, Aftenposten, Aftonbladet using VGTVIE | |||
2015-12-22 | [vgtv] update tests and correct format sorting | remitamine | |
2015-12-22 | [franceinter] use _match_id | remitamine | |
2015-12-22 | [franceinter] fix title extraction | remitamine | |
2015-12-22 | [bleacherreport] update test | remitamine | |
2015-12-22 | [viki] detect errors and fix formats extraction | remitamine | |
2015-12-22 | [soompi] remove extractor | remitamine | |
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/ | |||
2015-12-21 | [comcarcoff] adjust for json updates | Austin Adams | |
2015-12-21 | [audimedia] correct test case id | remitamine | |
2015-12-21 | [flickr] fix format sorting | remitamine | |
2015-12-21 | [br] add support for br-klassik.de and improve extraction | remitamine | |
- 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 | |||
2015-12-21 | [audiomack] Fix typo (Closes #7936) | Sergey M․ | |
2015-12-21 | [adultswim] update test | remitamine | |
2015-12-21 | [atresplayer] improve extraction | remitamine | |
- 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 | |||
2015-12-21 | [abc] detect expired state and update tests | remitamine | |
2015-12-21 | release 2015.12.212015.12.21 | Philipp Hagemeister | |
2015-12-21 | Merge branch 'bleacherreport' of github.com:remitamine/youtube-dl into ↵ | remitamine | |
remitamine-bleacherreport | |||
2015-12-21 | [bleacherreport] fix style issues and simplify | remitamine | |
2015-12-21 | Merge branch 'bliptv' of github.com:remitamine/youtube-dl into remitamine-bliptv | remitamine | |
2015-12-21 | [makertv] improve extraction | remitamine | |
2015-12-21 | Merge branch 'googledrive' of github.com:remitamine/youtube-dl into ↵ | remitamine | |
remitamine-googledrive | |||
2015-12-21 | [googledrive] Modernize | remitamine | |
2015-12-21 | Merge branch 'flickr' of github.com:remitamine/youtube-dl into remitamine-flickr | remitamine | |
2015-12-21 | [flickr] extract views_count and tags | remitamine | |
2015-12-20 | [faz] extract duration and bitrate and use xpath_element and xpath_text for ↵ | remitamine | |
extraction | |||
2015-12-20 | Merge pull request #6790 from remitamine/tele13 | remitamine | |
[canal13cl] fix info extraction | |||
2015-12-20 | [tele13] improve extraction | remitamine | |
- improve jwplayer setup regex - sort formats - remove duplicate formats - update youtube test | |||
2015-12-20 | Merge pull request #6928 from remitamine/cnet | remitamine | |
[cnet] fix extraction and extract more formats and metadata(closes #7003) | |||
2015-12-20 | [cnet] improve extraction | remitamine | |
- relex data json regex - extract the platform metadata once - extract hds formats - extract duration - extract thumbnail | |||
2015-12-20 | [youtube] Generalize playlists extractor | Sergey M․ | |
2015-12-20 | Rename error_to_str to error_to_compat_str | Sergey M․ | |
2015-12-20 | [nbc:news] Remove unnecessary compat_str | Sergey M․ | |
2015-12-20 | [YoutubeDL] Revert error_to_str for ExtractorError | Sergey M․ | |
2015-12-20 | Use proper encoding on compat_str construction when necessary | Sergey M․ | |
2015-12-20 | [utils] Add encode_compat_str | Sergey M․ | |
2015-12-20 | [YoutubeDL] More error_to_str | Sergey M․ | |