summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2016.02.09 2016.02.09Philipp Hagemeister2016-02-092-3/+6
|
* [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
|
* [README.md] Fix typoSergey M2016-02-071-1/+1
|
* [README.md] Clarify quotes in output templateSergey M2016-02-071-5/+5
|
* [README.md] Add output template example for streaming to stdoutSergey M2016-02-071-0/+3
|
* [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-072-1/+5
|
* [README.md] Document extractor sequences in output templateSergey M2016-02-071-0/+2
|
* [README.md] Clarify percent literal and output to stdoutSergey M2016-02-071-0/+2
|
* [README.md] Document even more sequences in output templateSergey M2016-02-071-1/+17
|
* [README.md] Document more sequences in output templateSergey M2016-02-071-22/+36
|
* [utils] Add ability to control skipping false values in dict_getSergey M․2016-02-072-5/+15
|
* [vlive] Improve and extract more metadata (Closes #8446)Sergey M․2016-02-071-37/+43
|
* Credit @EraYaN for vlive update (#8446)Sergey M․2016-02-071-0/+1
|
* [utils] Add dict_get convenience methodSergey M․2016-02-072-0/+23
|
* [vlive] Updated to new V App/VLive api.Erwin de Haan2016-02-071-24/+20
| | | | More robust with getting keys and ids from website.
* [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 style
| * [rte:radio] Add support for RTMP downloads, alternate URL styleBrian Foley2016-02-061-6/+37
| | | | | | | | | | | | This is useful as a) RTMP downloads are a good deal faster to download b) Older items are available only as RTMP streams
* | [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 ↵Jaime Marquínez Ferrándiz2016-02-061-0/+1
| | | | | | | | | | | | | | intermediate format between ttml/dfxp and other format It was trying to use the ttml/dfxp file with ffmpeg, which doesn't have support for them. I broke it in e04398e397d4a4f7e0d0994355d5a94c22441e7c.
* | [downloader/hls] Do not send 'q' to ffmpeg on Windows (Closes #8300)Sergey M․2016-02-061-2/+5
|/
* [README.md] Fix typoSergey M2016-02-061-1/+1
|
* [README.md] Remove non-relevant infoSergey M2016-02-061-5/+5
|
* [README.md] Fix typoSergey M2016-02-061-1/+1
|
* [videomore] Fix typoSergey M․2016-02-061-1/+1
|
* [README.md] Improve output template documentation and add more examplesSergey M2016-02-061-14/+44
|
* [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-063-5/+5
|
* [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
|\ | | | | Add generic support for mpd manifests(dash formats)
| * [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
| |
| * [common] remove duplicate reference to namespaceremitamine2016-02-021-12/+16
| |
| * [common] fix media template regexremitamine2016-02-021-2/+2
| |
| * [vevo] add support for dash formatsremitamine2016-02-021-1/+7
| |