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
/
wimp.py
Age
Commit message (
Expand
)
Author
2016-03-21
Add support for https for all extractors as preventive and future-proof measure
Sergey M․
2016-03-05
update tests related to the change in youtube http format sorting
remitamine
2015-12-07
[wimp] Improve video URL regex
Sergey M․
2015-12-07
[wimp] Fix extraction (Closes #7784)
Sergey M․
2015-09-07
[wimp] fix tests info
remitamine
2015-05-18
[wimp] Fix youtube extraction (Closes #5690)
Sergey M․
2014-11-04
[wimp] Fix video URL regex
Sergey M․
2014-10-28
[wimp] Update video URL regex
Sergey M․
2014-04-03
[wimp] Detect youtube videos (fixes #2686)
Jaime Marquínez Ferrándiz
2014-02-21
[wimp] Modernize and replace test
Sergey M.
2014-01-22
[Wimp] Use new URL relay method
Philipp Hagemeister
2013-12-09
Remove unused imports
Philipp Hagemeister
2013-12-08
[wimp] simplify
Philipp Hagemeister
2013-06-27
Move tests to the IE definitions
Philipp Hagemeister
2013-06-26
[wimp] minor readability improvements (#940)
Philipp Hagemeister
2013-06-26
added .decode('ascii')
M.Yasoob Khalid
2013-06-26
added b'' to my regex expression in order to solve the error on python 3
M.Yasoob Khalid
2013-06-26
changed wimp.py according to the changes suggested by jaime
M.Yasoob Khalid
2013-06-26
added an IE for wimp.com
M.Yasoob Khalid