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
/
shared.py
Age
Commit message (
Expand
)
Author
2016-10-23
[vivo] Fix extraction (closes #11003)
Sergey M․
2016-07-27
[shared] Modernize and make more robust
Sergey M․
2016-07-27
[shared] Respect redirect URL (Closes #10170)
Sergey M․
2016-03-26
Use urlencode_postdata across the codebase
Sergey M․
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-11-23
Switch codebase to use sanitized_Request instead of
Sergey M?
2015-08-26
[shared] Add filesize to test
Sergey M․
2015-08-26
[shared] Add test for vivo
Sergey M․
2015-08-26
[shared] Clarify IE_DESC
Sergey M․
2015-08-26
[shared] Extend _VALID_URL to support vivo.sx (Closes #6681)
Sergey M․
2015-07-14
[extractor/common] Improve _form_hidden_inputs and rename to _hidden_inputs
Sergey M․
2015-07-10
Remove unused 're' imports
Jaime Marquínez Ferrándiz
2015-07-10
[shared] Use `_form_hidden_inputs`
Sergey M․
2015-05-22
[shared] Fix for python 3.2
Sergey M․
2014-12-13
Fix imports and general cleanup
Philipp Hagemeister
2014-11-23
PEP8 applied
Jouke Waleson
2014-08-13
[shared] Update test
Sergey M․
2014-07-24
[shared] Add extractor (Closes #3312)
Sergey M․