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-17
[youtube] Don't search the flash player version for videos with age gate acti...
Jaime Marquínez Ferrándiz
2013-09-17
Update 85 signature (Fixes #1449)
Philipp Hagemeister
2013-09-15
[youtube] support youtube.googleapis.com/v/* urls (fixes #1425)
Jaime Marquínez Ferrándiz
2013-09-12
[youtube] update algo for length 82 (fixes #1416)
Jaime Marquínez Ferrándiz
2013-09-11
[youtube] Fix detection of videos with automatic captions
Jaime Marquínez Ferrándiz
2013-09-11
[subtitles] Also list the available automatic captions languages with '--list...
Jaime Marquínez Ferrándiz
2013-09-11
[youtube] Support automatic captions with original language different from En...
Jaime Marquínez Ferrándiz
2013-09-11
[subtitles] Use self._download_webpage for extracting the subtitles
Jaime Marquínez Ferrándiz
2013-09-11
[subtitles] Simplify the extraction of subtitles in subclasses and remove NoA...
Jaime Marquínez Ferrándiz
2013-09-11
[subtitles] rename SubitlesIE to SubtitlesInfoExtractor
Jaime Marquínez Ferrándiz
2013-09-11
[youtube] move subtitles methods from the base extractor to YoutubeIE
Jaime Marquínez Ferrándiz
2013-09-11
[subtitles] made inheritance hierarchy flat as requested
Ismael Mejia
2013-09-11
Merge branch 'master' into subtitles_rework
Ismael Mejia
2013-09-11
[youtube] update algo for length 85 (fixes #1408 and fixes #1406)
Jaime Marquínez Ferrándiz
2013-09-09
[youtube] Modify the regex to match ids of length 11 (fixes #1396)
Jaime Marquínez Ferrándiz
2013-09-08
Revert "[youtube] Fix detection of tags from HLS videos."
Jaime Marquínez Ferrándiz
2013-09-06
Merge branch 'master' into subtitles_rework
Ismael Mejia
2013-09-06
[subtitles] fixed multiple subtitles language separated by comma after merge
Ismael Mejia
2013-09-06
[youtube] Fix some issues with the detection of playlist/channel urls (report...
Jaime Marquínez Ferrándiz
2013-09-06
[youtube] Fix detection of feeds urls (fixes #1294)
Jaime Marquínez Ferrándiz
2013-09-06
[youtube] Users: download from the api in json to simplify extraction (fixes ...
Jaime Marquínez Ferrándiz
2013-09-06
[youtube] Fix detection of tags from HLS videos.
Jaime Marquínez Ferrándiz
2013-09-05
Vevo sig changed again, please update for us! Thanks very much! (fixes #1375)
patrickslin
2013-09-05
[youtube] Urls like youtube.com/NASA are now interpreted as users (fixes #1069)
Jaime Marquínez Ferrándiz
2013-09-05
[youtube] Playlists: extract the videos id from ['media$group']['yt$videoid']...
Jaime Marquínez Ferrándiz
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-28
Merge branch 'master' into subtitles_rework
Ismael Mejia
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-23
Merge branch 'master' into subtitles_rework
Ismael Mejia
2013-08-22
Merge branch 'master' into subtitles_rework
Ismael Mejia
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
[next]