summary refs log tree commit diff
path: root/youtube_dl
Commit message (Expand)AuthorAgeFilesLines
* release 2017.07.15 2017.07.15Sergey M․2017-07-151-1/+1
* [YoutubeDL] PEP 8Sergey M․2017-07-151-2/+3
* [youtube] PEP 8Sergey M․2017-07-151-1/+1
* [spiegeltv] Delegate extraction to nexx (closes #13159)Sergey M․2017-07-151-105/+8
* [nexx] Add extractor (closes #10807, closes #13465)Sergey M․2017-07-153-0/+244
* Fix bugs caused by typosRobin Neatherway2017-07-144-5/+4
* [youtube] Don't capture YouTube Red ad for creator meta field (closes #13621)Sergey M․2017-07-141-1/+16
* [slideshare] Fix extractionsatunnainen2017-07-141-1/+1
* [5tv] Add another video URL pattern (closes #13354)rrooij2017-07-141-2/+3
* [YoutubeDL] Don't expand env variables in meta fields (closes #13637)Sergey M․2017-07-141-1/+14
* [drtv] Make HLS and HDS extraction non fatalSergey M․2017-07-111-2/+3
* [ted] Fix subtitles extraction (closes #13628, closes #13629)Sergey M․2017-07-111-14/+16
* [twitter] Fix remaining testsYen Chi Hsuan2017-07-111-10/+14
* [vine] Make sure the title won't be emptyYen Chi Hsuan2017-07-112-2/+5
* [twitter] Support HLS streams in vmap URLsYen Chi Hsuan2017-07-111-9/+14
* [periscope] Support pscp.tv URLs in embedded framesYen Chi Hsuan2017-07-112-3/+4
* [twitter] Extract mp4 urls via mobile API (closes #12726)Yen Chi Hsuan2017-07-111-33/+88
* [niconico] Check login errors (#12486)Yen Chi Hsuan2017-07-111-13/+17
* [giantbomb] Extract m3u8 formats (closes #13626)Yen Chi Hsuan2017-07-101-4/+10
* [vlive:playlist] Relax and simplifySergey M․2017-07-101-21/+20
* [vlive:playlist] Add extractorcoreynicholson2017-07-102-1/+58
* [eagleplatform] Fix testSergey M․2017-07-101-1/+1
* release 2017.07.09 2017.07.09Sergey M․2017-07-091-1/+1
* [dailymail] Add support for embedsSergey M․2017-07-092-3/+35
* [csjw] Add coding cookieSergey M․2017-07-091-0/+1
* [joj] Rewrite and add support for generic embeds (closes #13268)Sergey M․2017-07-092-32/+93
* [joj] Add extractorluboss2017-07-092-0/+57
* [abc.net.au:iview] Extract more formats (closes #13492, closes #13489)Sergey M․2017-07-091-1/+16
* [egghead:course] Improve (closes #13370)Sergey M․2017-07-091-14/+12
* [egghead:course] Fix extractionSantiago Calcagno2017-07-091-9/+7
* Keep in sync with ffmpeg's current malformed AAC bitstream wording (closes #1...Sergey M․2017-07-092-3/+3
* [csjw] Make description optionalSergey M․2017-07-091-3/+8
* [csjw] Fix issues and improve extraction (closes #13525)Sergey M․2017-07-091-16/+41
* [cjsw] Add extractorChristopher Smith2017-07-092-0/+42
* [extractor/common] Add support for AMP tags in _parse_html5_media_entriesSergey M․2017-07-092-2/+15
* [generic] Add tests for #13557Sergey M․2017-07-091-0/+21
* [eagleplatform] Add support for referrer protected videos (closes #13557)Sergey M․2017-07-092-8/+27
* [eagleplatform] Add support for another embed pattern (#13557)Sergey M․2017-07-091-6/+30
* [veoh] Extend _VALID_URLmlindner2017-07-091-37/+36
* [npo:live] Fix live stream id extraction (closes #13568)rrooij2017-07-091-1/+1
* [googledrive] Fix height extraction (closes #13603)Sergey M․2017-07-091-1/+1
* [dailymotion] Add support for new layout (close #13580)Sergey M․2017-07-081-2/+4
* [yam] Remove extractorYen Chi Hsuan2017-07-082-124/+0
* [xhamster] Extract all formats and fix duration extraction (#13593)Sergey M․2017-07-071-36/+39
* [xhamster] Add support for new URL schema (closes #13593)Sergey M․2017-07-071-6/+17
* [espn] Extend _VALID_URL (fixes #13244)Parmjit Virk2017-07-061-8/+40
* [kaltura] Fix typo in subtitles extraction (closes #13569)Sergey M․2017-07-051-1/+1
* [vier] Adapt extraction to redesign (#13575)Sergey M․2017-07-051-9/+38
* [xuite] Move to the new HTML5 API and reduce # of requestsYen Chi Hsuan2017-07-051-53/+35
* [utils] Support attributes with no values in get_elements_by_attribute()Yen Chi Hsuan2017-07-051-2/+2