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-10-01
[youtube] correct --no-playlist for python3
Filippo Valsorda
2013-09-30
implement --no-playlist to only download current video - closes #755
Filippo Valsorda
2013-09-27
[youtube] Add hlsvp to the error message if it can't be found and remove the ...
Jaime Marquínez Ferrándiz
2013-09-27
[youtube] Set the thumbnail to None if it can't be extracted
Jaime Marquínez Ferrándiz
2013-09-27
[youtube] update description of test
Jaime Marquínez Ferrándiz
2013-09-27
[youtube] Fix 83 signature (Closes #1511)
Philipp Hagemeister
2013-09-24
Merge branch 'automatic-signatures'
Philipp Hagemeister
2013-09-24
Fix 86 signature (#1494)
Philipp Hagemeister
2013-09-24
Fix output of --youtube-print-sig-code when counting down to 0
Philipp Hagemeister
2013-09-24
Allow opts.cachedir == None to disable cache
Philipp Hagemeister
2013-09-24
[youtube] Update one of the test's description
Jaime Marquínez Ferrándiz
2013-09-24
[youtube] update algos for length 86 and 84 (fixes #1494)
Jaime Marquínez Ferrándiz
2013-09-22
Correct test strings
Philipp Hagemeister
2013-09-22
Do not warn if fallback is without alternatives (because we did not get the f...
Philipp Hagemeister
2013-09-22
[youtube] Improve flash player URL handling
Philipp Hagemeister
2013-09-22
[youtube] Remove _decrypt_signature_age_gate
Philipp Hagemeister
2013-09-22
[youtube] Actually pass in cachedir option
Philipp Hagemeister
2013-09-22
[youtube] Improve source code quality
Philipp Hagemeister
2013-09-22
Update static signatures
Philipp Hagemeister
2013-09-22
[youtube] Improve cache and add an option to print the extracted signatures
Philipp Hagemeister
2013-09-22
[youtube] Add filesystem signature cache
Philipp Hagemeister
2013-09-21
Clarify a couple of calls
Philipp Hagemeister
2013-09-21
Use reader instead of indexing
Philipp Hagemeister
2013-09-21
Prepare signature function caching
Philipp Hagemeister
2013-09-21
Change test target (Verified with node.js)
Philipp Hagemeister
2013-09-21
Implement more opcodes
Philipp Hagemeister
2013-09-21
Restore accidentally deleted commits
Philipp Hagemeister
2013-09-20
[youtube] add algo for length 91
Jaime Marquínez Ferrándiz
2013-09-19
Unable to decrypt signature length 93 (fixes #1461)
patrickslin
2013-09-18
[youtube] apply the fix for lists with number of videos multiple of _MAX_RESU...
Jaime Marquínez Ferrándiz
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
[next]