index
:
youtube-dl
master
Mirror of youtube-dl
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
[extractors] add import for UstudioEmbedIE
remitamine
2016-05-13
1
-1
/
+4
*
|
[ustudio] add support ustudio app/embed urls
remitamine
2016-05-13
1
-4
/
+62
*
|
[mgtv] extract http formats
remitamine
2016-05-12
1
-21
/
+22
*
|
[nrk] Rework extractor (Closes #9470)
Sergey M․
2016-05-13
1
-240
/
+197
*
|
[twitch:bookmarks] Remove extractor
Sergey M․
2016-05-13
2
-27
/
+0
*
|
[twitch] Skip dead tests
Sergey M․
2016-05-12
1
-0
/
+3
*
|
[utils] Unquote crendentials passed to SOCKS proxies
Yen Chi Hsuan
2016-05-13
1
-1
/
+3
|
/
*
[bloomberg] Fix test_Bloomberg
Yen Chi Hsuan
2016-05-12
1
-0
/
+3
*
[downloader/f4m] Tolerate truncate segments when testing
Yen Chi Hsuan
2016-05-12
1
-10
/
+32
*
[vevo] Delay the georestriction check to prevent false alerts
Yen Chi Hsuan
2016-05-12
1
-6
/
+4
*
[utils] Add Œ and œ found in French to ACCENT_CHARS
Yen Chi Hsuan
2016-05-12
2
-5
/
+5
*
[iqiyi] Fix 1080P extraction (closes #9446)
Yen Chi Hsuan
2016-05-12
1
-1
/
+4
*
[__init__] Simplify colon presence check
Sergey M․
2016-05-11
1
-1
/
+1
*
Bugfix: Allow colons in custom HTTP header values.
teemuy
2016-05-11
1
-1
/
+1
*
[compat] Rename shlex_quote and remove unused subprocess_check_output
Yen Chi Hsuan
2016-05-10
3
-20
/
+7
*
release 2016.05.10
Philipp Hagemeister
2016-05-10
4
-9
/
+18
*
[test/test_socks] Use a different port range
Yen Chi Hsuan
2016-05-10
1
-1
/
+1
*
[options] Update --proxy description for SOCKS proxies
Yen Chi Hsuan
2016-05-10
1
-1
/
+4
*
[socks] Remove a superfluous clause
Yen Chi Hsuan
2016-05-10
1
-2
/
+0
*
[test/test_socks] Test with local SOCKS servers
Yen Chi Hsuan
2016-05-10
4
-3
/
+51
*
[compat] Rename struct_(un)pack to compat_struct_(un)pack
Yen Chi Hsuan
2016-05-10
7
-42
/
+42
*
[utils] Add rationale for register_socks_protocols
Yen Chi Hsuan
2016-05-10
1
-0
/
+2
*
[utils] Register SOCKS protocols in urllib and support SOCKS4A
Yen Chi Hsuan
2016-05-10
2
-1
/
+13
*
[socks] Eliminate magic constants and improve
Yen Chi Hsuan
2016-05-10
1
-131
/
+156
*
[test/test_socks] Add tests for SOCKS proxies
Yen Chi Hsuan
2016-05-10
5
-1
/
+79
*
[socks] Support SOCKS proxies
Yen Chi Hsuan
2016-05-10
2
-145
/
+116
*
[utils,compat] Move struct_pack and struct_unpack to compat.py
Yen Chi Hsuan
2016-05-10
7
-28
/
+38
*
[socks] Add socks.py from @bluec0re's public domain implementation
Yen Chi Hsuan
2016-05-10
1
-0
/
+336
*
[downloader/hls] PEP 8
Sergey M․
2016-05-09
1
-1
/
+1
*
[test_compat] Remove unused import
Sergey M․
2016-05-09
1
-1
/
+0
*
[downloader/external] Call ffmpeg with with HTTP_PROXY env variable set (#9437)
Sergey M․
2016-05-09
1
-1
/
+14
*
[test_compat] Avoid None values for compat_setenv
Sergey M․
2016-05-09
1
-1
/
+1
*
[test_compat] Use compat_setenv
Sergey M․
2016-05-09
1
-7
/
+3
*
[compat] Add compat_setenv
Sergey M․
2016-05-09
2
-0
/
+18
*
[downloader/hls] Add event media playlists to unsupported features of hlsnative
Sergey M․
2016-05-09
1
-0
/
+3
*
[downloader/hls] Remove EXT-X-MEDIA-SEQUENCE from unsupported features for hl...
Sergey M․
2016-05-09
1
-1
/
+3
*
Credit @sleep-walker for #9431
Sergey M․
2016-05-09
1
-0
/
+1
*
[ceskatelevize] Simplify, restore bonus video test and skip georestricted tes...
Sergey M․
2016-05-09
1
-10
/
+19
*
[ceskatelevize] Add support for live streams
Tomáš Čech
2016-05-09
1
-10
/
+25
*
Merge pull request #9358 from dstftw/hls-native-to-ffmpeg-delegation
Sergey M
2016-05-08
1
-0
/
+23
|
\
|
*
[downloader/hls] Delegate extraction to ffmpeg when unsupported features dete...
Sergey M․
2016-05-01
1
-0
/
+23
*
|
[mva] Improve _VALID_URLs
Sergey M․
2016-05-08
1
-2
/
+2
*
|
[mva] Add extractor (Closes #6667)
Sergey M․
2016-05-08
2
-0
/
+196
*
|
[litv] Add new extractor
Yen Chi Hsuan
2016-05-08
2
-0
/
+138
*
|
[arte] Improve language preference (Closes #9401, closes #9162)
Sergey M․
2016-05-08
1
-15
/
+43
*
|
Expanduser for more options with input files
Sergey M․
2016-05-08
2
-1
/
+2
*
|
[downloader/external] Add temp fix ffmpeg m3u8 downloads (Closes #9394)
Sergey M․
2016-05-08
1
-1
/
+1
*
|
Credit @inondle for #9400
Sergey M․
2016-05-08
1
-0
/
+1
*
|
Credit @kdeldycke for #9430
Sergey M․
2016-05-08
1
-0
/
+1
*
|
Merge pull request #9430 from kdeldycke/batch_file_home_expansion
Sergey M
2016-05-07
1
-1
/
+3
|
\
\
[prev]
[next]