index
:
youtube-dl
master
Mirror of youtube-dl
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
youtube_dl
/
InfoExtractors.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Added duration for YouTube videos
Tailszefox
2012-10-22
1
-1
/
+8
*
|
Support raw playlist parameters (Closes #482)
Philipp Hagemeister
2012-10-22
1
-1
/
+1
*
|
handle YT urls with #/ redirects (closes #484)
Filippo Valsorda
2012-10-22
1
-0
/
+1
*
|
New IE: YouTube channels (closes #396)
Filippo Valsorda
2012-10-14
1
-0
/
+50
*
|
support EDU YouTube playlists (closes #407)
Filippo Valsorda
2012-10-11
1
-2
/
+2
*
|
Re-engineered Dailymotion qualities selection (thanks @knagano, sort of merge...
Filippo Valsorda
2012-10-09
1
-9
/
+16
*
|
Merge PR #422 from 'kevinamadeus/master'
Filippo Valsorda
2012-10-09
1
-0
/
+124
|
\
\
|
*
|
Add InfoExtractor for Google Plus video
Kevin Kwan
2012-09-25
1
-0
/
+124
|
|
/
*
|
Added uploaded date for Dailymotion
Tailszefox
2012-10-03
1
-1
/
+6
*
|
Merged, modified and compiled Dailymotion pull request #446 by @Steap
Filippo Valsorda
2012-09-30
1
-2
/
+2
*
|
DailymotionIE: There is not necessarily an underscore in a Dailymotion URL.
Cyril Roelandt
2012-09-30
1
-1
/
+1
*
|
DailymotionIE: some videos do not use the "hqURL", "sdURL", "ldURL" keywords....
Cyril Roelandt
2012-09-30
1
-1
/
+3
*
|
Merge pull request #403 from FiloSottile/re_VERBOSE
Filippo Valsorda
2012-09-29
1
-2
/
+24
|
\
\
|
*
|
Made the YouTubeIE regex verbose/commented
Filippo Valsorda
2012-08-20
1
-2
/
+23
|
|
/
*
|
Not all Dailymotion videos have an hqURL, now downloads highest quality avail...
Filippo Valsorda
2012-09-29
1
-4
/
+7
*
|
Fixed DailymotionIE, now downloads high-def mp4s, which might be too much (?)
Filippo Valsorda
2012-09-29
1
-9
/
+7
*
|
Fixed YouTube playlist parsing
cryzed
2012-09-27
1
-1
/
+1
*
|
Merge remote-tracking branch 'FiloSottille/supports'
Philipp Hagemeister
2012-09-27
1
-28
/
+147
|
\
\
|
*
|
Re-engineered XNXXIE to actually exit on ERRORs even with -i
Filippo Valsorda
2012-08-19
1
-27
/
+21
|
*
|
Merge pull request #398 from tempname/master
Filippo Valsorda
2012-08-19
1
-1
/
+71
|
|
\
\
|
*
|
|
bugfix and standarize the youku.com support
Filippo Valsorda
2012-08-19
1
-13
/
+2
|
*
|
|
Merge pull request #395 from thesues/master
Filippo Valsorda
2012-08-19
1
-0
/
+136
|
|
\
\
\
|
|
*
\
\
Merge branch 'master' of github.com:thesues/youtube-dl
dongmao zhang
2012-08-10
1
-1
/
+3
|
|
|
\
\
\
|
|
|
*
|
|
add www.youku.com support
dongmao zhang
2012-08-09
1
-0
/
+132
|
|
|
|
|
/
|
|
|
|
/
|
|
|
*
|
|
merge
dongmao zhang
2012-08-09
1
-2
/
+2
|
|
*
|
|
fix 0a->0A bug
dongmao zhang
2012-08-09
1
-3
/
+3
|
|
*
|
|
youku default to download hd2 video
dongmao zhang
2012-08-09
1
-4
/
+20
|
|
*
|
|
add youku support
dongmao zhang
2012-08-09
1
-0
/
+118
|
|
|
/
/
|
*
|
|
Merge 'rbrito/support-tube.majestyc.net' (PR #391) with small fix
Filippo Valsorda
2012-08-19
1
-1
/
+1
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge xnxx.com Support (NSFW). Test URL (SFW): http://video.xnxx.com/video144...
Philipp Hagemeister
2012-09-27
1
-0
/
+70
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
added InfoExtractor for XNXX
tempname
2012-08-15
1
-0
/
+70
|
|
/
/
*
|
/
Add 'signature' to YouTube URLs, fixes #427
Danko Alexeyev
2012-09-27
1
-1
/
+1
|
|
/
|
/
|
*
|
Support downloading Youtube videos via tube.majestyc.net
Rogério Brito
2012-08-05
1
-1
/
+1
|
/
*
Merge pull request #386 from FiloSottile/blip
Philipp Hagemeister
2012-08-01
1
-1
/
+94
|
\
|
*
BlipTVUserIE fix
Filippo Valsorda
2012-08-01
1
-8
/
+8
|
*
moved the User-Agent workaround to the BlipTV IE
Filippo Valsorda
2012-08-01
1
-0
/
+1
|
*
Merge pull requests #356 #357 #358 by jcarlosgarciasegovia
Filippo Valsorda
2012-06-06
1
-0
/
+92
|
|
\
|
|
*
Information Extractor for blip.tv users
Juan Carlos Garcia Segovia
2012-06-06
1
-0
/
+92
|
*
|
Some blip.tv URLs use Unicode characters. urllib2 breaks when passing a Unico...
Juan Carlos Garcia Segovia
2012-06-06
1
-1
/
+1
|
|
/
*
|
changed YouTube closed captions URL; closes #382
Filippo Valsorda
2012-07-31
1
-3
/
+6
*
|
xvideos patch by @pocoimporta - closes #370
Filippo Valsorda
2012-07-31
1
-2
/
+2
*
|
Fix EscapistMagazine IE
Philipp Hagemeister
2012-07-18
1
-2
/
+4
*
|
YouTube playlist fix; closes #365 and #331
Filippo Valsorda
2012-06-30
1
-3
/
+3
*
|
Change a number of subtitle sequence to begin with one (instead of zero) for ...
Witchakorn Kamolpornwijit
2012-06-26
1
-1
/
+1
*
|
display a meaningful error message on rental videos (#359)
Filippo Valsorda
2012-06-22
1
-0
/
+5
|
/
*
don't corrupt stdout (-o -) in verbose mode
chocolateboy
2012-05-30
1
-2
/
+2
*
Fix Escapist IE
Philipp Hagemeister
2012-05-23
1
-1
/
+2
*
reorganized the titles sanitizing: now title is the untouched title
Filippo Valsorda
2012-05-09
1
-53
/
+7
*
Introduced Trouble(Exception) for more elegant non-fatal errors handling
Filippo Valsorda
2012-05-09
1
-24
/
+23
*
merge upstream
Filippo Valsorda
2012-05-01
1
-7
/
+8
[prev]
[next]