Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [common] simplify the use of _extract_m3u8_formats and _extract_f4m_formats | remitamine | 2015-12-27 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | remitamine | 2015-12-27 | 1 | -2/+4 |
|\ | |||||
| * | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2015-12-27 | 1 | -121/+217 |
| |\ | |||||
| * | | [sportdeutschland] Do not abort if meta info is missing | Philipp Hagemeister | 2015-12-27 | 1 | -2/+4 |
| | | | | | | | | | | | | This fixes http://sportdeutschland.tv/badminton/yonex-copenhagen-masters-2015 . No testcase though since the event will be over by 2016. | ||||
* | | | [livestream] skip m3u8 manifest in progressive_urls | remitamine | 2015-12-27 | 1 | -0/+2 |
| |/ |/| | |||||
* | | Merge pull request #7892 from remitamine/livestream | remitamine | 2015-12-27 | 1 | -121/+217 |
|\ \ | |/ |/| | [livestream] improve extraction(fixes #2133)(fixes #2838)(fixes #4152)(fixes #6988) | ||||
| * | [livestream] improve extraction | remitamine | 2015-12-27 | 1 | -38/+76 |
| | | | | | | | | | | | | | | - split long lines - use m3u8 entry protocol for live streams - extend _VALID_URL regex for livestream original - extract livestream original live streams | ||||
| * | [livestream] improve extraction, add support for live streams and extract ↵ | remitamine | 2015-12-17 | 1 | -110/+168 |
| | | | | | | | | more info and formats | ||||
* | | Merge pull request #7851 from remitamine/kaltura | remitamine | 2015-12-27 | 2 | -11/+19 |
|\ \ | | | | | | | [kaltura] extract more formats | ||||
| * | | [kaltura] add referrer to m3u8 url | remitamine | 2015-12-27 | 1 | -3/+4 |
| | | | |||||
| * | | [kaltura] extract more formats | remitamine | 2015-12-11 | 2 | -11/+18 |
| | | | |||||
* | | | [lrt] Extract counters | Sergey M․ | 2015-12-27 | 1 | -0/+12 |
| | | | |||||
* | | | [lrt] Improve | Sergey M․ | 2015-12-27 | 1 | -4/+7 |
| | | | |||||
* | | | [lrt] fix the rest of extractor | Giedrius Statkevičius | 2015-12-26 | 1 | -22/+3 |
| | | | | | | | | | | | | Closes #7690. | ||||
* | | | [lrt] fix duration parsing | Giedrius Statkevičius | 2015-12-26 | 1 | -2/+1 |
| | | | |||||
* | | | [ign] flake8 | Sergey M․ | 2015-12-26 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #7045 from remitamine/ign | remitamine | 2015-12-25 | 2 | -32/+115 |
|\ \ \ | | | | | | | | | [ign] add support for pcmag and extract all formats and more metadata(fixes #5335)(fixes #7006) | ||||
| * | | | [ign] improve extraction and extract uploader_id | remitamine | 2015-12-11 | 1 | -7/+19 |
| | | | | |||||
| * | | | [ign] add tests for me.ign specific language urls | remitamine | 2015-10-14 | 1 | -0/+8 |
| | | | | |||||
| * | | | [ign] add support for pcmag and extract all formats and more metadata | remitamine | 2015-10-02 | 2 | -30/+93 |
| | | | | |||||
* | | | | [srmediathek] improve extraction | remitamine | 2015-12-25 | 2 | -22/+41 |
| | | | | |||||
* | | | | [rutv] Fix extraction (Closes #8004) | Sergey M․ | 2015-12-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | [rai] improve extraction | remitamine | 2015-12-25 | 2 | -89/+123 |
| | | | | |||||
* | | | | [hotstar] Add new extractor | remitamine | 2015-12-25 | 2 | -0/+80 |
| | | | | |||||
* | | | | [zdf:channel] Add more tests | Sergey M․ | 2015-12-24 | 1 | -2/+11 |
| | | | | |||||
* | | | | [zdf:channel] Relax _VALID_URL | Sergey M․ | 2015-12-24 | 1 | -1/+1 |
| | | | | |||||
* | | | | [zdf] expand valid-url pattern for channels | Boris Wachtmeister | 2015-12-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | | [chaturbate] Improve error extraction (Closes #7989) | Sergey M․ | 2015-12-24 | 1 | -3/+12 |
| | | | | |||||
* | | | | [theintercept] improve extraction | remitamine | 2015-12-23 | 1 | -43/+24 |
| | | | | |||||
* | | | | Merge branch 'theintercept' of https://github.com/bit/youtube-dl into ↵ | remitamine | 2015-12-23 | 2 | -0/+69 |
|\ \ \ \ | | | | | | | | | | | | | | | | bit-theintercept | ||||
| * | | | | [theintercept] Add new extractor | j | 2015-12-22 | 2 | -0/+69 |
| | | | | | |||||
* | | | | | Merge pull request #7969 from jwilk/spelling | Sergey M | 2015-12-24 | 2 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix typos | ||||
| * | | | | | Fix typos | Jakub Wilk | 2015-12-23 | 2 | -2/+2 |
|/ / / / / | |||||
* | | | | | [pbs] Extend PBS station regex (Closes #7964) | Sergey M․ | 2015-12-23 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | [arte] Prefer json URLs that contain the video id from the 'vid' parameter ↵ | Jaime Marquínez Ferrándiz | 2015-12-23 | 1 | -5/+15 |
| | | | | | | | | | | | | | | | | | | | | in the URL (fixes #7920) | ||||
* | | | | | [appletrailers] skip clips with empty url | remitamine | 2015-12-23 | 1 | -1/+9 |
| | | | | | |||||
* | | | | | [instagram:user] Improve _VALID_URL (Closes #7955) | Sergey M․ | 2015-12-23 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | [24video] Fix test | Sergey M․ | 2015-12-23 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | [24video] Fix extraction on python 2.6 | Sergey M․ | 2015-12-23 | 1 | -3/+7 |
| | | | | | |||||
* | | | | | [24video] Fix extraction (Closes #7956) | Sergey M․ | 2015-12-23 | 1 | -23/+12 |
| | | | | | |||||
* | | | | | [appletrailers] Improve regex for fixing '<img>' tags (#7953) | Jaime Marquínez Ferrándiz | 2015-12-23 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | release 2015.12.23 | Philipp Hagemeister | 2015-12-23 | 2 | -6/+4 |
| | | | | | |||||
* | | | | | [appletrailers] Add support for AppleTrailers Section | remitamine | 2015-12-23 | 2 | -1/+78 |
| | | | | | |||||
* | | | | | [daum] Add test for #7949 | Sergey M․ | 2015-12-23 | 1 | -0/+12 |
| | | | | | |||||
* | | | | | [daum] Fix extraction (Closes #7949) | Sergey M․ | 2015-12-23 | 1 | -2/+4 |
| | | | | | |||||
* | | | | | [periscope] Fix token based extraction (Closes #7943) | Sergey M․ | 2015-12-23 | 1 | -2/+1 |
| | | | | | |||||
* | | | | | [comcarcoff] Extract duration | Sergey M․ | 2015-12-23 | 1 | -4/+13 |
| | | | | | |||||
* | | | | | [comcarcoff] Improve json data regex and modernize | Sergey M․ | 2015-12-23 | 1 | -3/+4 |
| | | | | | |||||
* | | | | | Merge pull request #7942 from ausbin/comcarcoff-json-fix | Sergey M | 2015-12-23 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | [comcarcoff] adjust for json updates | ||||
| * | | | | | [comcarcoff] adjust for json updates | Austin Adams | 2015-12-21 | 1 | -2/+2 |
| | | | | | |