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] Fix acodec and vcodec order
Yen Chi Hsuan
2016-01-13
1
-1
/
+1
*
[youtube] Support expanding alternative format of links in description (Close...
Sergey M․
2016-01-08
1
-3
/
+3
*
[youtube] Generalize playlists extractor
Sergey M․
2015-12-20
1
-4
/
+15
*
Rename error_to_str to error_to_compat_str
Sergey M․
2015-12-20
1
-2
/
+2
*
Properly convert errors to strings
Sergey M․
2015-12-20
1
-1
/
+2
*
[youtube] Extract alt_title and creator for music videos (Closes #7862)
Sergey M․
2015-12-14
1
-0
/
+22
*
[youtube] Clarify itag 272 possible resolutions (#7699)
Sergey M․
2015-11-30
1
-0
/
+1
*
[youtube:playlist] Extend _VALID_URL
Sergey M․
2015-11-29
1
-1
/
+1
*
[youtube] Extend _VALID_URL (Closes #7694)
Sergey M․
2015-11-29
1
-1
/
+5
*
[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
[next]