Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-27 | [jwplatform] Fix typo | Sergey M․ | |
2015-12-27 | [esri] Fix typo | Sergey M․ | |
2015-12-27 | [abc7news] Remove redundant formats sorting | Sergey M․ | |
2015-12-27 | Merge branch 'master' of github.com:rg3/youtube-dl | remitamine | |
2015-12-27 | [livestream] skip m3u8 manifest in progressive_urls | remitamine | |
2015-12-27 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2015-12-27 | [sportdeutschland] Do not abort if meta info is missing | Philipp Hagemeister | |
This fixes http://sportdeutschland.tv/badminton/yonex-copenhagen-masters-2015 . No testcase though since the event will be over by 2016. | |||
2015-12-27 | Merge pull request #7892 from remitamine/livestream | remitamine | |
[livestream] improve extraction(fixes #2133)(fixes #2838)(fixes #4152)(fixes #6988) | |||
2015-12-27 | [livestream] improve extraction | remitamine | |
- split long lines - use m3u8 entry protocol for live streams - extend _VALID_URL regex for livestream original - extract livestream original live streams | |||
2015-12-27 | Merge pull request #7851 from remitamine/kaltura | remitamine | |
[kaltura] extract more formats | |||
2015-12-27 | [kaltura] add referrer to m3u8 url | remitamine | |
2015-12-27 | [lrt] Extract counters | Sergey M․ | |
2015-12-27 | [lrt] Improve | Sergey M․ | |
2015-12-26 | [lrt] fix the rest of extractor | Giedrius Statkevičius | |
Closes #7690. | |||
2015-12-26 | [lrt] fix duration parsing | Giedrius Statkevičius | |
2015-12-26 | [ign] flake8 | Sergey M․ | |
2015-12-25 | Merge pull request #7045 from remitamine/ign | remitamine | |
[ign] add support for pcmag and extract all formats and more metadata(fixes #5335)(fixes #7006) | |||
2015-12-25 | [srmediathek] improve extraction | remitamine | |
2015-12-25 | [rutv] Fix extraction (Closes #8004) | Sergey M․ | |
2015-12-25 | [rai] improve extraction | remitamine | |
2015-12-25 | [hotstar] Add new extractor | remitamine | |
2015-12-24 | [zdf:channel] Add more tests | Sergey M․ | |
2015-12-24 | [zdf:channel] Relax _VALID_URL | Sergey M․ | |
2015-12-24 | [zdf] expand valid-url pattern for channels | Boris Wachtmeister | |
The webpage also creates URLs which include additional text that defines the sorting order on the page like "aktuellste" (most current) and "meist-gesehen" (most seen), e.g.: http://www.zdf.de/ZDFmediathek/kanaluebersicht/aktuellste/332 http://www.zdf.de/ZDFmediathek/kanaluebersicht/meist-gesehen/332 | |||
2015-12-24 | [chaturbate] Improve error extraction (Closes #7989) | Sergey M․ | |
2015-12-23 | [theintercept] improve extraction | remitamine | |
2015-12-23 | Merge branch 'theintercept' of https://github.com/bit/youtube-dl into ↵ | remitamine | |
bit-theintercept | |||
2015-12-24 | Merge pull request #7969 from jwilk/spelling | Sergey M | |
Fix typos | |||
2015-12-23 | Fix typos | Jakub Wilk | |
2015-12-23 | [pbs] Extend PBS station regex (Closes #7964) | Sergey M․ | |
2015-12-23 | [arte] Prefer json URLs that contain the video id from the 'vid' parameter ↵ | Jaime Marquínez Ferrándiz | |
in the URL (fixes #7920) | |||
2015-12-23 | [appletrailers] skip clips with empty url | remitamine | |
2015-12-23 | [instagram:user] Improve _VALID_URL (Closes #7955) | Sergey M․ | |
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 | [theintercept] Add new extractor | j | |