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
Age
Commit message (
Expand
)
Author
2013-07-24
Added an option 'e' to go with 'video' or 'embed'
pishposhmcgee
2013-07-24
[youtube] use itertools.count instead of a "while True" loop and a manual cou...
Jaime Marquínez Ferrándiz
2013-07-24
[youtube] add an extractor for the "Watch Later" list
Jaime Marquínez Ferrándiz
2013-07-24
release 2013.07.24.2
2013.07.24.2
Philipp Hagemeister
2013-07-24
Add an extractor for downloading the Youtube favorite videos(closes #127)
Jaime Marquínez Ferrándiz
2013-07-24
YoutubeIE: Move the code from _real_initialize to a base class
Jaime Marquínez Ferrándiz
2013-07-24
YoutubePlaylistIE: break only if there's no entry field in the response
Jaime Marquínez Ferrándiz
2013-07-24
ExfmIE: extract Soundcloud songs using SoundcloudIE
Jaime Marquínez Ferrándiz
2013-07-24
[soundcloud]: Some improvements
Jaime Marquínez Ferrándiz
2013-07-24
release 2013.07.24.1
2013.07.24.1
Philipp Hagemeister
2013-07-24
Merge pull request #1114 from alexvh/traileraddict_hd
Jaime Marquínez Ferrándiz
2013-07-24
[traileraddict]: Support clips urls and more trailer urls
Jaime Marquínez Ferrándiz
2013-07-24
Merge pull request #1113 from alexvh/master
Jaime Marquínez Ferrándiz
2013-07-24
release 2013.07.24
2013.07.24
Philipp Hagemeister
2013-07-24
YoutubeIE: new algo for length 87 (fixes #1105)
patrickslin
2013-07-24
[traileraddict] Obtain hd quality stream if available
Alex Van't Hof
2013-07-24
[traileraddict] Allow all types of trailer URLs
Alex Van't Hof
2013-07-23
release 2013.07.23.1
2013.07.23.1
Philipp Hagemeister
2013-07-23
Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister
2013-07-23
[soundcloud] Support URLs with a slash at the end (Fixes #1104)
Philipp Hagemeister
2013-07-23
YoutubeChannelE: switch ajax query from channel_ajax to c4_browse_ajax
Jaime Marquínez Ferrándiz
2013-07-23
Mark WatIE and TF1IE as broken (related #1103)
Jaime Marquínez Ferrándiz
2013-07-23
CollegeHumorIE: support Youtube videos and embed urls (fixes #1094)
Jaime Marquínez Ferrándiz
2013-07-23
release 2013.07.23
2013.07.23
Philipp Hagemeister
2013-07-23
Fix BreakIE
Jaime Marquínez Ferrándiz
2013-07-23
Fix CollegHumorIE
Jaime Marquínez Ferrándiz
2013-07-21
ComedyCentralIE: support the extended interviews urls (fixes #1079)
Jaime Marquínez Ferrándiz
2013-07-20
[youtube] Add an extractor for Youtube recommended videos (":ytrec" keyword) ...
Jaime Marquínez Ferrándiz
2013-07-20
[exfm] Add IE_* descriptions
Philipp Hagemeister
2013-07-20
Merge remote-tracking branch 'yasoob/master'
Philipp Hagemeister
2013-07-19
release 2013.07.19
2013.07.19
Philipp Hagemeister
2013-07-19
WeiboIE: extract the player urls from a json webpage
Jaime Marquínez Ferrándiz
2013-07-19
YoutubeIE: new algo for length 85 (closes #1080), thanks to @patrickslin
Jaime Marquínez Ferrándiz
2013-07-19
TEDIE: fix the title extraction
Jaime Marquínez Ferrándiz
2013-07-19
Add WeiboIE (closes #1039)
Jaime Marquínez Ferrándiz
2013-07-19
Add an extractor for 56.com (related #1039)
Jaime Marquínez Ferrándiz
2013-07-18
Add SinaIE (related #1039): extractor for video.sina.com.cn
Jaime Marquínez Ferrándiz
2013-07-18
InstagramIE: fix the extraction of the uploader_id and the title
Jaime Marquínez Ferrándiz
2013-07-18
Hint that --update may need sudo
Philipp Hagemeister
2013-07-18
release 2013.07.18
2013.07.18
Philipp Hagemeister
2013-07-18
YoutubeIE: add algo for length 90 (closes #1064)
Jaime Marquínez Ferrándiz
2013-07-18
forgot to import json json
M.Yasoob Khalid
2013-07-18
removed some unnecessary imports
M.Yasoob Khalid
2013-07-18
corrected a typo and added myself to travis notifications.
M.Yasoob Khalid
2013-07-18
added test for ex.fm
M.Yasoob Khalid
2013-07-18
added an IE for ex.fm
M.Yasoob Khalid
2013-07-17
Add CondeNastIE
Jaime Marquínez Ferrándiz
2013-07-17
YoutubeIE: some encrypted signatures have more than two parts, print the size...
Jaime Marquínez Ferrándiz
2013-07-17
release 2013.07.17.1
2013.07.17.1
Philipp Hagemeister
2013-07-17
[thisav] add a test for video MD5
Philipp Hagemeister
[next]