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
/
extractor
/
youtube.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Merge commit '7a4c6cc92f9ffec9135652a49153caffa5520c29'
Philipp Hagemeister
2013-08-07
1
-1
/
+1
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Updated the 84 length signature decryption
AndreiArba
2013-08-06
1
-1
/
+1
|
*
|
|
[youtube] don't crash in verbose mode if 'ad3_module' is not defined in age p...
Jaime Marquínez Ferrándiz
2013-08-02
1
-2
/
+2
|
*
|
|
[youtube]: new algo for length 83 (fixes #1164)
Jaime Marquínez Ferrándiz
2013-08-02
1
-1
/
+1
|
*
|
|
[youtube] show which formats are in 3D with "-F" and in the format field
Jaime Marquínez Ferrándiz
2013-08-02
1
-3
/
+7
|
*
|
|
add support for download YouTube 3d format of 3d content
Allan Zhou
2013-08-01
1
-0
/
+18
|
*
|
|
[youtube] Add support for downloading videos with hlsvp (fixes #1083)
Jaime Marquínez Ferrándiz
2013-07-31
1
-32
/
+97
|
*
|
|
YoutubeIE: with age protected videos, add a missing "return" to return the si...
Jaime Marquínez Ferrándiz
2013-07-31
1
-1
/
+1
|
*
|
|
YoutubeIE: new algo for length 86 (fixes #1156)
Jaime Marquínez Ferrándiz
2013-07-31
1
-2
/
+16
|
*
|
|
YoutubeIE: add algo for length 79 (fixes #1126)
Jaime Marquínez Ferrándiz
2013-07-25
1
-0
/
+2
|
*
|
|
YoutubeIE: new algo for length 81 (fixes #1127)
Jaime Marquínez Ferrándiz
2013-07-25
1
-1
/
+1
|
*
|
|
[youtube] use itertools.count instead of a "while True" loop and a manual cou...
Jaime Marquínez Ferrándiz
2013-07-24
1
-10
/
+3
|
*
|
|
[youtube] add an extractor for the "Watch Later" list
Jaime Marquínez Ferrándiz
2013-07-24
1
-2
/
+14
|
*
|
|
Add an extractor for downloading the Youtube favorite videos(closes #127)
Jaime Marquínez Ferrándiz
2013-07-24
1
-2
/
+14
|
*
|
|
YoutubeIE: Move the code from _real_initialize to a base class
Jaime Marquínez Ferrándiz
2013-07-24
1
-105
/
+110
|
*
|
|
YoutubePlaylistIE: break only if there's no entry field in the response
Jaime Marquínez Ferrándiz
2013-07-24
1
-4
/
+5
|
*
|
|
YoutubeIE: new algo for length 87 (fixes #1105)
patrickslin
2013-07-24
1
-1
/
+1
|
*
|
|
YoutubeChannelE: switch ajax query from channel_ajax to c4_browse_ajax
Jaime Marquínez Ferrándiz
2013-07-23
1
-1
/
+1
|
*
|
|
[youtube] Add an extractor for Youtube recommended videos (":ytrec" keyword) ...
Jaime Marquínez Ferrándiz
2013-07-20
1
-9
/
+30
*
|
|
|
[internal] Improved subtitle architecture + (update in
Ismael Mejia
2013-08-08
1
-114
/
+61
|
|
_
|
/
|
/
|
|
*
|
|
YoutubeIE: don't crash when trying to get automatic captions if the videos ha...
Jaime Marquínez Ferrándiz
2013-07-20
1
-1
/
+3
*
|
|
YoutubeIE: use the same function for getting the subtitles for the "--write-s...
Jaime Marquínez Ferrándiz
2013-07-20
1
-31
/
+15
*
|
|
Use a dictionary for storing the subtitles
Jaime Marquínez Ferrándiz
2013-07-20
1
-33
/
+34
|
/
/
*
|
YoutubeIE: new algo for length 85 (closes #1080), thanks to @patrickslin
Jaime Marquínez Ferrándiz
2013-07-19
1
-1
/
+1
*
|
YoutubeIE: add algo for length 90 (closes #1064)
Jaime Marquínez Ferrándiz
2013-07-18
1
-3
/
+5
|
/
*
YoutubeIE: some encrypted signatures have more than two parts, print the size...
Jaime Marquínez Ferrándiz
2013-07-17
1
-2
/
+3
*
[youtube] Add code for signature 92 (Closes #1060)
Philipp Hagemeister
2013-07-17
1
-0
/
+2
*
Revert "[youtube] improved decrypt_signature, closes #1060"
Philipp Hagemeister
2013-07-17
1
-18
/
+19
*
[youtube] improved decrypt_signature, closes #1060
Anton Novosyolov
2013-07-17
1
-19
/
+18
*
YoutubeIE: add algo for length 81 (closes #1026)
Jaime Marquínez Ferrándiz
2013-07-11
1
-0
/
+2
*
YoutubeIE: a new algo for length 83
Jaime Marquínez Ferrándiz
2013-07-11
1
-1
/
+1
*
YoutubeIE: show a more meaningful error when it founds a rtmpe download (rela...
Jaime Marquínez Ferrándiz
2013-07-10
1
-0
/
+2
*
YoutubeIE: new algo for length 83 (closes #1017 and closes #1016)
Jaime Marquínez Ferrándiz
2013-07-10
1
-1
/
+1
*
YoutubeIE: Fix vevo explicit videos (closes #956)
Jaime Marquínez Ferrándiz
2013-07-09
1
-9
/
+47
*
YoutubeSubscriptionsIE: raise an error if there's no login information.
Jaime Marquínez Ferrándiz
2013-07-08
1
-0
/
+6
*
YoutubeIE: use the new method in the base IE for getting the login info
Jaime Marquínez Ferrándiz
2013-07-08
1
-24
/
+2
*
Do not redefine variables in list comprehensions
Philipp Hagemeister
2013-07-08
1
-3
/
+3
*
YoutubeIE: extract the thumbnail in the best possible quality
Jaime Marquínez Ferrándiz
2013-07-07
1
-1
/
+6
*
[youtube:subscriptions] Use colon for differentiation of shortcuts
Philipp Hagemeister
2013-07-07
1
-3
/
+3
*
[youtube] Add and extractor for the subscriptions feed (closes #498)
Jaime Marquínez Ferrándiz
2013-07-07
1
-1
/
+34
*
Do not show bug report for errors that are to be expected (Closes #973)
Philipp Hagemeister
2013-07-02
1
-1
/
+1
*
Add --list-extractor-descriptions (human-readable list of IEs)
Philipp Hagemeister
2013-07-01
1
-9
/
+6
*
[youtube]: add YoutubeShowIE (closes #14)
Jaime Marquínez Ferrándiz
2013-07-01
1
-0
/
+14
*
YoutubeIE: use a negative index when accessing the last element of the format...
Jaime Marquínez Ferrándiz
2013-07-01
1
-1
/
+1
*
YoutubeIE: extract the correct video id for movie URLs (closes #597)
Jaime Marquínez Ferrándiz
2013-07-01
1
-1
/
+1
*
[youtube] Warn if URL is most likely wrong (#969)
Philipp Hagemeister
2013-07-01
1
-0
/
+3
*
keep track of the dates and html5player versions of working YT signature algos
Filippo Valsorda
2013-06-29
1
-1
/
+1
*
[youtube] Fix tests in 2.x
Philipp Hagemeister
2013-06-27
1
-31
/
+31
*
Allow _TESTS attribute for IEs with multiple tests
Philipp Hagemeister
2013-06-27
1
-0
/
+38
*
YoutubeIE: update the docstrings and the error message of _decrypt_signature
Jaime Marquínez Ferrándiz
2013-06-27
1
-2
/
+2
[prev]
[next]