summary refs log tree commit diff
path: root/youtube_dl
Commit message (Expand)AuthorAgeFilesLines
* release 2016.02.10 2016.02.10Philipp Hagemeister2016-02-101-1/+1
* [YoutubeDL] Sanitize format_id (Closes #8494)Sergey M․2016-02-101-0/+3
* [pbs] Switch to portal player by default (Closes #8491)Sergey M․2016-02-101-3/+15
* [youku] Report private videos (Closes #8498)Sergey M․2016-02-101-0/+3
* [hotstar] Relax _VALID_URL (Closes #8487)Sergey M․2016-02-101-3/+9
* release 2016.02.09.1 2016.02.09.1Philipp Hagemeister2016-02-091-1/+1
* [viddler] Update testsSergey M․2016-02-101-6/+6
* [viddler] Add support for secret videos (Closes #8481)Sergey M․2016-02-101-4/+34
* [extractor/common] extract youtube dash formats filesize(fixes #8480)remitamine2016-02-091-0/+3
* [fox] update testremitamine2016-02-091-4/+1
* [extractor/common] remove duplicated formats and subtiles in smil manifestsremitamine2016-02-091-1/+7
* [fox] extract http formatsremitamine2016-02-091-1/+1
* [mailru] Fix testsSergey M․2016-02-091-3/+3
* [mailru] Improve and modernizeSergey M․2016-02-091-21/+32
* [mailru] Prefer metaUrl API (Closes #8474)Sergey M․2016-02-091-2/+34
* release 2016.02.09 2016.02.09Philipp Hagemeister2016-02-091-1/+1
* [vk] Improve rutube embeds detection (Closes #8461)Sergey M․2016-02-081-1/+1
* [youtube] Clarify itag 36 height and abr (Closes #8457)Sergey M․2016-02-081-1/+2
* [konserthusetplay] Reorder code piecesSergey M․2016-02-071-4/+3
* [konserthusetplay] Improve _VALID_URLSergey M․2016-02-071-1/+1
* [konserthusetplay] Improve and extract all formats (Closes #8381)Sergey M․2016-02-071-24/+87
* [KonserthusetPlay] Add new extractor (partial support)ovitei2016-02-072-0/+46
* [utils] Allow dot in strip_jsonpSergey M․2016-02-071-1/+1
* [utils] Add ability to control skipping false values in dict_getSergey M․2016-02-071-3/+4
* [vlive] Improve and extract more metadata (Closes #8446)Sergey M․2016-02-071-37/+43
* [utils] Add dict_get convenience methodSergey M․2016-02-071-0/+9
* [vlive] Updated to new V App/VLive api.Erwin de Haan2016-02-071-24/+20
* [IPrima] Remove test video_idpulpe2016-02-061-1/+1
* [iprima] Follow pep8Jaime Marquínez Ferrándiz2016-02-061-1/+2
* [IPrima] Fix extractor (fixes #7617)pulpe2016-02-061-73/+18
* Merge pull request #8445 from bpfoley/rte-newurlSergey M2016-02-071-6/+37
|\
| * [rte:radio] Add support for RTMP downloads, alternate URL styleBrian Foley2016-02-061-6/+37
* | [FFmpegSubtitlesConvertorPP] remove unused variableJaime Marquínez Ferrándiz2016-02-061-1/+0
* | [FFmpegSubtitlesConvertorPP] remove intermediate srt filesJaime Marquínez Ferrándiz2016-02-061-0/+2
* | [FFmpegSubtitlesConvertorPP] correctly update the extension (fixes #8444)Jaime Marquínez Ferrándiz2016-02-061-1/+1
* | [FFmpegSubtitlesConvertorPP] fix not working when srt is used as the intermed...Jaime Marquínez Ferrándiz2016-02-061-0/+1
* | [downloader/hls] Do not send 'q' to ffmpeg on Windows (Closes #8300)Sergey M․2016-02-061-2/+5
|/
* [videomore] Fix typoSergey M․2016-02-061-1/+1
* [generic] detect MPD manfiest only from the contentremitamine2016-02-061-3/+1
* [extractor/generic] Detect DASH manifests in found URLs and extract mpd formatsSergey M․2016-02-061-0/+2
* [extractor/generic] Detect DASH manifests and extract mpd formatsSergey M․2016-02-061-1/+7
* [common] use float conversion instead of using division from __future__remitamine2016-02-061-3/+3
* rename _parse_mpd to _parse_mpd_formats and add default value for mpd namespaceremitamine2016-02-062-4/+4
* [common] sort dash formatsremitamine2016-02-061-0/+1
* [generic] extract dash formats detected using content typeremitamine2016-02-061-1/+3
* Merge pull request #8408 from remitamine/dashremitamine2016-02-065-77/+159
|\
| * [common] fix segment duration calculationremitamine2016-02-031-1/+1
| * [common] fix media_template string formatingremitamine2016-02-031-4/+2
| * [common] skip drm protected dash formatsremitamine2016-02-031-0/+7
| * [common] ignore ISO 639-2 generic codesremitamine2016-02-031-1/+2