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
/
youtube.py
Age
Commit message (
Expand
)
Author
2013-09-03
AHLS -> Apple HTTP Live Streaming
Allan Zhou
2013-08-30
Merge remote-tracking branch 'upstream/master'
Allan Zhou
2013-08-30
add support for "-f mp4" for YouTube
Allan Zhou
2013-08-30
[youtube] update algo for length 86
Jaime Marquínez Ferrándiz
2013-08-30
[youtube] Fix typo in the _VALID_URL for YoutubeFavouritesIE, it was intended...
Jaime Marquínez Ferrándiz
2013-08-29
[youtube] update algo for length 84
Jaime Marquínez Ferrándiz
2013-08-29
[youtube] update algo for length 86 (fixes #1349)
Jaime Marquínez Ferrándiz
2013-08-29
Update descriptions checksum for some test for Unistra and Youtube
Jaime Marquínez Ferrándiz
2013-08-28
[youtube] update algo for length 88, thanks to @Ramhack (fixes #1328)
Jaime Marquínez Ferrándiz
2013-08-24
[youtube] update algo for length 84
Jaime Marquínez Ferrándiz
2013-08-23
[youtube] update algo for length 86 (fixes #1302)
Jaime Marquínez Ferrándiz
2013-08-23
Allow to specify multiple subtitles languages separated by commas (closes #518)
Jaime Marquínez Ferrándiz
2013-08-23
[youtube] Fix download of subtitles with '--all-subs'
Jaime Marquínez Ferrándiz
2013-08-23
Merge pull request #937 from jaimeMF/subtitles_rework
Jaime Marquínez Ferrándiz
2013-08-23
[youtube] add algo for length 80 and update player info
Jaime Marquínez Ferrándiz
2013-08-22
[youtube] update algo for length 82 (fixes #1296)
Jaime Marquínez Ferrándiz
2013-08-22
[youtube] fix the order of DASH formats
Jaime Marquínez Ferrándiz
2013-08-22
Merge pull request #1279 from xanadu/master
Jaime Marquínez Ferrándiz
2013-08-21
[youtube] update uploader name for a test video: 'IconaPop' has changed to 'I...
Jaime Marquínez Ferrándiz
2013-08-20
fix hls test
Allan Zhou
2013-08-20
address review comment
Allan Zhou
2013-08-20
fix code style
Allan Zhou
2013-08-19
fix failed tests
Allan Zhou
2013-08-19
Add YouTube DASH formats to YouTubeIE
Allan Zhou
2013-08-19
[youtube] Support watch_popup URLs (Fixes #1275)
Philipp Hagemeister
2013-08-16
Length 85 changed again? (fixes #1254)
patrickslin
2013-08-15
Unable to Download Video (fixes #1247)
patrickslin
2013-08-13
Updated Vevo Signature Length (fixes #1237)
patrickslin
2013-08-08
New sig len 89 algo
patrickslin
2013-08-08
Invalid signature again (fixes #1215)
patrickslin
2013-08-07
Merge remote-tracking branch 'patrickslin/patch-4'
Philipp Hagemeister
2013-08-07
Merge commit '7a4c6cc92f9ffec9135652a49153caffa5520c29'
Philipp Hagemeister
2013-08-06
Encrypted sig 87 broken again (fixes #1200)
patrickslin
2013-08-06
Updated the 84 length signature decryption
AndreiArba
2013-08-02
[youtube] don't crash in verbose mode if 'ad3_module' is not defined in age p...
Jaime Marquínez Ferrándiz
2013-08-02
[youtube]: new algo for length 83 (fixes #1164)
Jaime Marquínez Ferrándiz
2013-08-02
[youtube] show which formats are in 3D with "-F" and in the format field
Jaime Marquínez Ferrándiz
2013-08-01
add support for download YouTube 3d format of 3d content
Allan Zhou
2013-07-31
[youtube] Add support for downloading videos with hlsvp (fixes #1083)
Jaime Marquínez Ferrándiz
2013-07-31
YoutubeIE: with age protected videos, add a missing "return" to return the si...
Jaime Marquínez Ferrándiz
2013-07-31
YoutubeIE: new algo for length 86 (fixes #1156)
Jaime Marquínez Ferrándiz
2013-07-25
YoutubeIE: add algo for length 79 (fixes #1126)
Jaime Marquínez Ferrándiz
2013-07-25
YoutubeIE: new algo for length 81 (fixes #1127)
Jaime Marquínez Ferrándiz
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
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
YoutubeIE: new algo for length 87 (fixes #1105)
patrickslin
2013-07-23
YoutubeChannelE: switch ajax query from channel_ajax to c4_browse_ajax
Jaime Marquínez Ferrándiz
[next]