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
/
shahid.py
Age
Commit message (
Collapse
)
Author
2017-12-19
[shahid] add support for show pages(closes #7401)
Remita Amine
2017-10-12
[shahid] fix extraction(fixes #14448)
Remita Amine
2016-11-03
[shahid] add support for authentication(closes #11091)
Remita Amine
2016-07-12
[shahid] try to bypass geo restriction and extract more metadata(closes #10062)
Remita Amine
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-26
[compat] Add compat_urllib_parse_urlencode and eliminate encode_dict
Sergey M․
encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode Closes #8974
2016-01-10
[shahid] raise ExtractorError if the video is DRM protected
remitamine
2015-09-18
[shahid] change test ext
remitamine
2015-09-18
[shahid] fix api request url
remitamine
2015-08-15
[shahid] Improve and simplify
Sergey M․
2015-08-08
[shahid] add default fallbacks for extracting api vars
remitamine
2015-08-07
[shahid] change the tests
remitamine
2015-08-06
[shahid] generic errors handling and check with flake8
remitamine
2015-07-25
[shahid] fix variable name
remitamine
2015-07-25
[shahid] improve info extraction
remitamine
2015-07-18
[shahid] don't fail on missing info
remitamine
2015-07-18
[shahid] fix backets closing
remitamine
2015-07-18
[shahid] raise ExtractorError instead of warning
remitamine
2015-07-18
[shahid] Add new extractor
remitamine