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
/
condenast.py
Age
Commit message (
Expand
)
Author
2016-03-26
[compat] Add compat_urllib_parse_urlencode and eliminate encode_dict
Sergey M․
2016-03-21
Add support for https for all extractors as preventive and future-proof measure
Sergey M․
2015-09-27
[condenast] Add support for JS embeds
Sergey M․
2015-09-25
[condenast] Do not capture unused group in _VALID_URL
Sergey M․
2015-09-25
[condenast] Keep acute accent
Sergey M․
2015-09-25
[condenast] fix video info regex
remitamine
2015-09-25
[condenast] fix extraction and add support for other sites
remitamine
2014-12-13
Fix imports and general cleanup
Philipp Hagemeister
2014-10-13
[condenast] Add support for embedded videos (Closes #3929)
Sergey M․
2014-04-21
[condenast|generic] Add support for condenast embeds (Fixes #2783)
Philipp Hagemeister
2014-01-25
Properly escape ‘.’ in some _VALID_URL properties
Jaime Marquínez Ferrándiz
2014-01-17
[condenast] Allow multiple formats, and sort centralized
Philipp Hagemeister
2014-01-17
[condenast] Use unicode_literals
Philipp Hagemeister
2013-07-17
Add CondeNastIE
Jaime Marquínez Ferrándiz