PC
c08eeccfe1
multimedia_id should not be fatal
2016-10-29 22:07:27 +01:00
PC
e317041bda
maybe there are https sites
2016-10-29 22:07:27 +01:00
PC
81f60a06d8
need to clean title in live version
2016-10-29 22:07:27 +01:00
PC
6f2b17f251
iol now tries to use javascript structures
...
added tests for maisfutebol (complete with titles with no cruft)
2016-10-29 22:07:27 +01:00
PC
3b4204aee3
fixed testing thumbnail typo
2016-10-29 22:07:27 +01:00
PC
2e323dde47
consider all iol.pt pages as download matches
2016-10-29 22:07:27 +01:00
PC
c82b7ac8b0
IOL RTMP support
2016-10-29 22:07:27 +01:00
PC
7eabb134fc
rtmp not working
2016-10-29 22:07:27 +01:00
PC
1370509543
multimedia_id extracted from meta
...
still uses old method as fallback
2016-10-29 22:07:27 +01:00
PC
14c835962c
multimedia_id extracted from meta
...
still uses old method as fallback
2016-10-29 22:07:27 +01:00
PC
5eb4497afa
removed duplicate line
2016-10-29 22:07:27 +01:00
PC
70885bb460
fixed test md5s
...
http now permits tests on the first 100Kb
2016-10-29 22:07:27 +01:00
PC
5e05a7e857
Supports http_mp4 and adds another m3u8 source
2016-10-29 22:07:27 +01:00
PC
ef53dab788
TVI/IOL extractor
...
supports live streams
2016-10-29 22:07:27 +01:00
Yen Chi Hsuan
f02700a1fa
[openload] Fix extraction ( #10408 )
...
Thanks @TwelveCharzz again for studying openload codes
2016-10-29 18:00:30 +08:00
Sergey M․
f3517569f6
[gvsearch] Modernize and fix page result request ( closes #11051 )
2016-10-28 23:19:59 +07:00
neutric
c725333d41
[ard] Fix typo
2016-10-27 03:59:00 +07:00
Yen Chi Hsuan
a5a8877f9c
[adultswim] Fix extraction ( closes #10979 )
2016-10-27 02:16:48 +08:00
Remita Amine
43c53a1700
[nobelprize] Add new extractor(closes #9999 )
2016-10-26 18:15:23 +01:00
Yen Chi Hsuan
ec8705117a
[hornbunny] Fix extraction ( #10981 )
2016-10-27 00:10:51 +08:00
Remita Amine
3d8d44c7b1
[tvp] improve video id extraction( closes #10585 )
2016-10-26 16:47:22 +01:00
Sergey M․
88839f4380
release 2016.10.26
2016-10-26 19:55:09 +07:00
Sergey M․
773017c648
[rentv] Move rentv test from generic extractor and add only matching tests
2016-10-26 19:52:43 +07:00
Remita Amine
777d90dc28
[rentv] Add new extractor( closes #10620 )
2016-10-26 10:07:35 +01:00
Sergey M․
3791d84acc
[ard] Detect unavailable videos ( closes #11018 )
2016-10-25 21:21:47 +07:00
Sergey M․
9305a0dc60
[vk] Fix extraction ( closes #11022 )
2016-10-25 21:05:29 +07:00
Sergey M․
94e08950e3
release 2016.10.25
2016-10-25 03:19:36 +07:00
Sergey M․
d3b6b3b95b
[jamendo] Improve
2016-10-25 02:46:48 +07:00
Thor77
b17422753f
[jamendo] Add extractor
2016-10-25 02:43:03 +07:00
Sergey M․
d2e96a8ed4
[pandatv] Extract m3u8, document reverse source and PEP 8
2016-10-25 01:51:37 +07:00
Zhong Jianxin
2e7c8cab55
[pandatv] Add new extractor
2016-10-25 01:46:02 +07:00
Sergey M․
d7d4481c6a
[movieclips] Fix _VALID_URL
2016-10-24 23:54:42 +07:00
Yen Chi Hsuan
5ace137bf4
[dotsub] Support vimeo embed ( closes #10964 )
2016-10-24 15:13:33 +08:00
Yen Chi Hsuan
9dde0e04e6
[litv] Fix extraction ( #11006 )
2016-10-23 23:23:40 +08:00
Sergey M․
f16f8505b1
[vimeo] Delegate ondemand redirects to ondemand extractor ( closes #10994 )
2016-10-23 18:48:50 +07:00
Sergey M․
9dc13a6780
[vivo] Fix extraction ( closes #11003 )
2016-10-23 18:07:56 +07:00
Sergey M․
9aa929d337
[twitch:stream] Add support for rebroadcasts ( closes #10995 )
2016-10-23 17:20:45 +07:00
Sergey M․
425f3fdfcb
[pluralsight] Fix subtitles conversion ( closes #10990 )
2016-10-22 21:15:39 +07:00
Yen Chi Hsuan
b64d04c119
[utils] Clarify for redirecting STDIN in get_exe_version()
2016-10-22 13:04:05 +08:00
John Hawkinson
00ca755231
[get_exe_version] Do version probes with <&-
...
When doing version probes for ffmpeg, do the
equivalent of calling it as:
ffmpeg -version <&-
Where <&- is shell syntax for closing stdin before calling the
program. This is roughly equivalent to </dev/null without actually
opening /dev/null.
This prevents ffmpeg -version from hanging when run in the background.
Fixes #955 .
The reason is that ffmpeg tries to manipulate stdin to set up terminal
characteristic, and that causes the kernel to suspend the parent
process (youtube-dl).
Note that closing stdin is achieved by calling subprocess.Popen() with
stdin set to subprocess.PIPE and without passing any input to
Popen.communicate(). This is somewhat subtle.
2016-10-22 00:34:08 -04:00
Sergey M․
69c2d42bd7
release 2016.10.21.1
2016-10-21 04:57:28 +07:00
Sergey M․
859447a28d
[adobepass] PEP 8
2016-10-21 04:38:14 +07:00
Sergey M․
f8ae2c7f30
[pluralsight] Process all clip URLs ( closes #10984 )
2016-10-21 04:35:32 +07:00
Sergey M․
9ce0077485
release 2016.10.21
2016-10-21 03:08:42 +07:00
Sergey M․
9df6b03caf
[pluralsight] Adapt to new API ( closes #10972 )
2016-10-21 03:00:03 +07:00
Yen Chi Hsuan
8e2915d70b
Revert "[postprocessor/embedthumbnail] Allow mkv to embed thumbnails"
...
This reverts commit 7360db05b4
.
This commit was added as an attempt to fix #6046 . Unfortunately, the fix
is completely wrong. As reported on #10359 , embedded thumbnails are not
displayed in VLC, and Se7en on IRC reports that the embedded thumbnail
misleads mpv as well.
The correct way is using -attachment of ffmpeg, while the current
run_ffmpeg_multiple_files API can't handle it cleanly.
2016-10-20 15:07:19 +08:00
Kacper Michajłow
60633ae9a0
[openload] Fix extraction.
...
Fixes #10408
2016-10-19 22:00:29 +02:00
remitamine
9218a6b4f5
Merge pull request #10819 from raleeper/adobepass
...
[adobepass] Add Comcast
2016-10-19 20:16:24 +01:00
Remita Amine
02af6ec707
[natgeo] extract m3u8 formats( closes #10959 )
2016-10-19 19:39:41 +01:00
raleeper
46f6052950
[adobepass] Add Comcast with fixed _download_webpage calls
2016-10-19 09:56:26 -07:00