Yen Chi Hsuan
9c10fed4db
[Letv] Add format_id
2015-02-26 17:15:11 +08:00
Yen Chi Hsuan
a61e28dbcc
[YoutubeDL] Add support for multiple proxies
...
A test case is listed in youtube_dl/extractor/letv.py
2015-02-26 17:14:10 +08:00
Philipp Hagemeister
6bcb3bb7a5
release 2015.02.26.2
2015-02-26 09:49:14 +01:00
Philipp Hagemeister
9724e5d336
release 2015.02.26.2
2015.02.26.2
2015-02-26 09:45:11 +01:00
Philipp Hagemeister
63a562f95e
[escapist] Detect IP blocking and use another UA ( Fixes #5069 )
2015-02-26 09:19:26 +01:00
Philipp Hagemeister
9dd5db7193
release 2015.02.26.1
2015-02-26 01:49:37 +01:00
Philipp Hagemeister
5c340b0387
release 2015.02.26.1
2015.02.26.1
2015-02-26 01:47:16 +01:00
Philipp Hagemeister
1c6510f57a
[Makefile] clean pyc files in clean target
2015-02-26 01:47:12 +01:00
Philipp Hagemeister
2a15a98a6a
[rmtp] Encode filename before invoking subprocess
...
This fixes #5066 .
Reproducible with
LC_ALL=C youtube-dl "http://www.prosieben.de/tv/germanys-next-topmodel/video/playlist/ganze-folge-episode-2-das-casting-in-muenchen "
2015-02-26 01:44:20 +01:00
Philipp Hagemeister
72a406e7aa
[extractor/common] Pass in video_id ( #5057 )
2015-02-26 01:35:43 +01:00
Philipp Hagemeister
feccc3ff37
Merge remote-tracking branch 'aajanki/wdr_live'
2015-02-26 01:34:01 +01:00
Philipp Hagemeister
265bfa2c79
[letv] Simplify
2015-02-26 01:30:18 +01:00
Philipp Hagemeister
8faf9b9b41
Merge remote-tracking branch 'yan12125/IE_Letv'
2015-02-26 01:26:55 +01:00
Philipp Hagemeister
84be7c230c
Cred @duncankl for airmozilla
2015-02-26 01:25:54 +01:00
Philipp Hagemeister
3e675fabe0
[airmozilla] Be more tolerant when nonessential items are missing ( #5030 )
2015-02-26 01:25:00 +01:00
Philipp Hagemeister
cd5b4b0bc2
Merge remote-tracking branch 'duncankl/airmozilla'
2015-02-26 01:15:08 +01:00
Philipp Hagemeister
7ef822021b
Merge remote-tracking branch 'mmue/fix-rtlnow'
2015-02-26 01:13:03 +01:00
Philipp Hagemeister
9a48926a57
[escapist] Add support for advertisements
2015-02-26 00:59:53 +01:00
Philipp Hagemeister
0b2374ea7e
release 2015.02.26
2015-02-26 00:45:36 +01:00
Philipp Hagemeister
13cd97f3df
release 2015.02.26
2015.02.26
2015-02-26 00:42:02 +01:00
Philipp Hagemeister
183139340b
[utils] Bump our user agent
2015-02-26 00:40:12 +01:00
Philipp Hagemeister
1c69bca258
[escapist] Fix config URL matching
2015-02-26 00:24:54 +01:00
Markus Müller
34a73ffdbd
fix problem with umlauts in title
2015-02-26 00:13:14 +01:00
Jaime Marquínez Ferrándiz
c10ea454dc
[telecinco] Recognize more urls ( closes #5065 )
2015-02-25 23:52:54 +01:00
Markus Müller
9504fc21b5
Fix the RTL extractor for new episodes by using a different hostname
2015-02-25 23:27:19 +01:00
Jaime Marquínez Ferrándiz
13d8fbef30
[generic] Don't set the 'title' if it's not defined in the entry ( closes #5061 )
...
Some of them may be an 'url' result, which in general don't have the 'title' field.
2015-02-25 17:56:51 +01:00
error800
ce141e01f0
Merge branch 'master' of https://github.com/error800/youtube-dl
2015-02-25 17:41:27 +01:00
error800
aa211b50c2
Added title with default value None to url_result
...
Fixes jwplayer playlists with unknown video titles
I used this to make discogs.com embeds work. I hope it makes sense like
this...
This works now:
youtube-dl --verbose --user-agent "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0" http://www.discogs.com/master/15295
This closes #4790 .
2015-02-25 17:40:52 +01:00
error800
ba87d31469
Added title with default value None to url_result
...
Fixes jwplayer playlists with unknown video titles
I used this to make discogs.com embeds work. I hope it makes sense like
this...
This works now:
youtube-dl --verbose --user-agent "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0" http://www.discogs.ando/master/15295
This closes #4790 .
2015-02-25 17:31:22 +01:00
Mark Lee
be3544d251
Continue to fix merge
2015-02-24 18:44:25 -08:00
Mark Lee
15e4f0ff84
[adultswim] add joinparts support
2015-02-24 18:44:04 -08:00
Jeff Buchbinder
7155ae94da
Merge remote-tracking branch 'upstream/master'
2015-02-24 19:38:54 -05:00
Antti Ajanki
b8988b63a6
[wdr] Download a live stream
2015-02-24 21:23:59 +02:00
Antti Ajanki
5eaaeb7c31
[f4m] Tolerate missed fragments on live streams
2015-02-24 21:22:59 +02:00
Antti Ajanki
c4f8c453ae
[f4m] Refresh fragment list periodically on live streams
2015-02-24 21:22:59 +02:00
Antti Ajanki
6f4ba54079
[extractor/common] Extract HTTP (possibly f4m) URLs from a .smil file
2015-02-24 21:22:59 +02:00
Antti Ajanki
637570326b
[extractor/common] Extract the first of a seq of videos in a .smil file
2015-02-24 21:22:59 +02:00
Sergey M․
37f885650c
[eporner] Simplify and hardcode age limit
2015-02-25 01:08:54 +06:00
Sergey M.
c8c34ccb20
Merge pull request #5056 from logon84/master
...
Eporner Fix (Closes #5050 )
2015-02-25 01:05:35 +06:00
logon84
e765ed3a9c
[eporner] Fix redirect_code error
2015-02-24 19:41:46 +01:00
Yen Chi Hsuan
677063594e
[Letv] Update testcases
2015-02-25 02:10:55 +08:00
logon84
59c7cbd482
Update eporner.py
...
Updated to work. Old version shows an error about being unable to extract "redirect_code"
2015-02-24 18:58:32 +01:00
Yen Chi Hsuan
570311610e
[Letv] Add playlist support
2015-02-25 01:26:44 +08:00
Sergey M․
41b264e77c
[nrktv] Workaround subtitles conversion issues on python 2.6 ( Closes #5036 )
2015-02-24 23:06:44 +06:00
Philipp Hagemeister
df4bd0d53f
[options] Add --yes-playlist as inverse of --no-playlist ( Fixes #5051 )
2015-02-24 17:25:02 +01:00
Yen Chi Hsuan
7f09a662a0
[Letv] Add new extractor. Single video only
2015-02-24 23:58:21 +08:00
Philipp Hagemeister
87ef91e888
release 2015.02.24.2
2015-02-24 16:37:49 +01:00
Philipp Hagemeister
4f3b21e1c7
release 2015.02.24.2
2015.02.24.2
2015-02-24 16:34:42 +01:00
Philipp Hagemeister
54233c9080
[escapist] Support JavaScript player ( Fixes #5034 )
2015-02-24 16:33:07 +01:00
Philipp Hagemeister
81cb7c3f82
release 2015.02.24.1
2015-02-24 11:41:55 +01:00