index
:
hypervideo-pre.git
master
Pre-build of hypervideo
heckyel
about
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
...
*
[youtube] Simplify and make sure header values are strings
Yen Chi Hsuan
2015-11-29
1
-3
/
+1
*
[youtube] Disable compression for live streams
Yen Chi Hsuan
2015-11-29
1
-0
/
+5
*
[youtube] Clarify rationale for yt:stretch validation
Sergey M․
2015-11-28
1
-0
/
+2
*
[youtube] Use the existing `w` and `h` variables
Lukáš Lalinský
2015-11-28
1
-1
/
+1
*
[youtube] Ignore yt:stretch with zero width/height
Lukáš Lalinský
2015-11-28
1
-4
/
+23
*
Switch codebase to use sanitized_Request instead of
Sergey M?
2015-11-23
1
-3
/
+3
*
[youtube] Fix test
Sergey M․
2015-11-23
1
-1
/
+1
*
[youtube] Fix test
Sergey M․
2015-11-23
1
-1
/
+2
*
[youtube] Clarify ytplayer.config extraction rationale
Sergey M․
2015-11-23
1
-0
/
+7
*
[youtube] Add test with '};' in tags
Sergey M․
2015-11-23
1
-1
/
+6
*
[youtube] Improve ytplayer.config extraction
Sergey M․
2015-11-23
1
-12
/
+14
*
Merge pull request #7599 from lalinsky/fix-youtube
Sergey M
2015-11-23
1
-8
/
+30
|
\
|
*
[youtube] Send the list of patterns directly to _search_regex
Lukáš Lalinský
2015-11-22
1
-4
/
+3
|
*
[youtube] Fall back to the original regex for ytplayer.config
Lukáš Lalinský
2015-11-22
1
-8
/
+31
|
*
[youtube] More explicit player config JSON extraction (fixes #7468)
Lukáš Lalinský
2015-11-22
1
-1
/
+1
*
|
[youtube] Add test for multi page list of playlists
Sergey M․
2015-11-22
1
-2
/
+10
*
|
[youtube] Extract base for entry list extractors and support multi page lists...
Sergey M․
2015-11-22
1
-11
/
+17
*
|
[youtube:show] Rework in terms of playlists base extractor
Sergey M․
2015-11-22
1
-21
/
+4
*
|
[youtube:user:playlists] Add extractor (Closes #3817)
Sergey M․
2015-11-22
1
-0
/
+26
*
|
[youtube:playlist] fix title extraction (fixes #7544 and #7545)
Jaime Marquínez Ferrándiz
2015-11-18
1
-1
/
+1
|
/
*
[youtube] Support new base.js html5 player
Yen Chi Hsuan
2015-11-10
1
-2
/
+2
*
[youtube] Clarify rationale for preferring a video info with token (#7362)
Sergey M․
2015-11-04
1
-0
/
+9
*
[youtube] Prefer video_info with token available
Sergey M․
2015-11-04
1
-0
/
+2
*
[youtube:channel] Support age restricted channels (fixes #7277)
Jaime Marquínez Ferrándiz
2015-10-23
1
-1
/
+10
*
[youtube:channel] Fix test
Jaime Marquínez Ferrándiz
2015-10-23
1
-1
/
+2
*
[youtube] Generalize playlist entries extraction (Closes #6699, closes #6992)
Sergey M․
2015-10-18
1
-69
/
+52
*
[youtube:channel] Correct 404 handling
Philipp Hagemeister
2015-09-14
1
-6
/
+9
*
[youtube:truncated_url] Add ?t=
Philipp Hagemeister
2015-09-14
1
-0
/
+4
*
[youtube:shows] Use https
Jaime Marquínez Ferrándiz
2015-09-07
1
-2
/
+2
*
[youtube] fix show extraction (fixes #4841)
remitamine
2015-09-07
1
-2
/
+2
*
[youtube] Use encode_dict
Sergey M․
2015-09-06
1
-6
/
+3
*
[youtube] Simplify and extract more metadata from url_encoded_fmt_stream_map ...
Sergey M․
2015-08-30
1
-18
/
+35
*
[youtube] Fix missing format details for 60fps DASH formats
Anssi Hannula
2015-08-30
1
-3
/
+28
*
[youtube] Adapt player version regex to handle urls ending in '/html5player-n...
Jaime Marquínez Ferrándiz
2015-08-26
1
-2
/
+2
*
[youtube] Expand _VALID_URL to support vid.plus
Sergey M․
2015-08-17
1
-1
/
+8
*
[youtube:search_url] Fix extraction (Closes #6578)
Sergey M․
2015-08-16
1
-1
/
+1
*
[youtube] Simplify two-factor authentication
Sergey M․
2015-08-15
1
-25
/
+14
*
[youtube] Fix two-factor authentication
reddraggone9
2015-08-15
1
-22
/
+18
*
[youtube] Update tests
Sergey M․
2015-08-12
1
-3
/
+3
*
[youtube] Add age limit to tests
Sergey M․
2015-08-11
1
-0
/
+3
*
[youtube] Skip download for multiple v= test
Sergey M․
2015-08-11
1
-1
/
+4
*
[youtube] Use the first v= argument in the URL
Puck Meerburg
2015-08-10
1
-1
/
+18
*
Merge remote-tracking branch 'dstftw/multifeed-videos' (closes #6360)
Jaime Marquínez Ferrándiz
2015-07-29
1
-27
/
+106
|
\
|
*
[youtube] Show info message for multifeed videos according to noplaylist option
Sergey M․
2015-07-29
1
-16
/
+21
|
*
[youtube] Respect noplaylist for multifeed videos
Sergey M․
2015-07-25
1
-1
/
+3
|
*
[youtube] Add support for multifeed videos
Sergey M․
2015-07-25
1
-27
/
+99
*
|
[youtube] Improve tags extraction and add test
Sergey M․
2015-07-29
1
-4
/
+10
*
|
[youtube]: tags key in info jason is now a list
Purdea Andrei
2015-07-28
1
-2
/
+1
*
|
[youtube] save keywords in info jason when --write-info-json is used
Purdea Andrei
2015-07-28
1
-0
/
+4
*
|
[youtube] Use 'vp8' and 'vp9' in lowercase (fixes #6358)
Jaime Marquínez Ferrándiz
2015-07-26
1
-12
/
+12
|
/
[prev]
[next]