index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
youtube_dl
/
extractor
/
dplay.py
Age
Commit message (
Collapse
)
Author
2016-12-12
[dplay] Use Safari user-agent for hls (closes #11418)
Sergey M․
2016-04-23
[dplay] Sign unsigned final download hls URLs
Sergey M․
2016-04-23
[dplay] Extract subtitles (Closes #9284)
Sergey M․
2016-04-23
[dplay] Improve extraction and document workarounds and tests
Sergey M․
2016-04-23
[dplay] Try secure api for no tld (Closes #9282)
Sergey M․
2016-03-27
Remove _sort_formats from _extract_*_formats methods
Sergey M․
Now _sort_formats should be called explicitly. _sort_formats has been added to all the necessary places in code. Closes #8051
2016-03-21
Add support for https for all extractors as preventive and future-proof measure
Sergey M․
2016-02-27
[dplay] Add support for dplay.no
Sergey M․
2016-02-27
[dplay] Improve, extract all formats and metadata (Closes #8463)
Sergey M․
2016-02-27
[dplay] add support for it.dplay.com and dplay.dk
Aidan Rowe
2015-11-17
[dplay] Add 'encoding: utf-8' line
Jaime Marquínez Ferrándiz
2015-11-17
[dplay] Add extractor (closes #7515)
Jaime Marquínez Ferrándiz
Since I haven't figured out how to download the hds stream, we use the hls one instead.