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
/
spankwire.py
Age
Commit message (
Expand
)
Author
2017-01-06
Fix "invalid escape sequences" error on Python 3.6
Yen Chi Hsuan
2016-06-01
[spankwire] Add support for new URL format (Closes #9657)
Sergey M․
2015-11-23
Switch codebase to use sanitized_Request instead of
Sergey M?
2015-08-23
[spankwire] Preserve old uploader pattern
Sergey M․
2015-08-23
[spankwire] Simplify
Sergey M․
2015-08-23
[spankwire] Simplify and properly format
Sergey M․
2015-08-23
[spankwire] Support new cdn video url format
clauderains
2015-08-23
[spankwire] Fixed uploader_id field extraction so that test case passes
clauderains
2015-07-17
[spankwire] Use compat_urllib_parse_unquote
Sergey M․
2015-06-16
[spankwire] Fix extraction
Sergey M․
2015-05-27
[spankwire] Do not modify aes key string
Sergey M․
2014-12-13
Fix imports and general cleanup
Philipp Hagemeister
2014-10-01
[spankwire] Fix extraction
Sergey M․
2014-09-29
[spankwire] Fix extraction and modernize
Sergey M․
2014-02-22
[spankwire] Fix uploader id regex
Sergey M.
2014-02-22
[spankwire] Improve and modernize
Sergey M.
2014-01-17
[spankwire] Use centralized format sorting and unicode_literals
Philipp Hagemeister
2013-11-20
[spankwire] Fix description search
Philipp Hagemeister
2013-11-20
[spankwire] fix check for description
Philipp Hagemeister
2013-11-20
Clean up unused imports and other minor mistakes
Philipp Hagemeister
2013-11-03
Style fixes for extractors: remove spaces around (,),{ and }
Jaime Marquínez Ferrándiz
2013-10-28
Add the missing age_limit tags; added a devscript to do a superficial check f...
Filippo Valsorda
2013-10-27
Add support for http://www.spankwire.com
rzhxeo