]>
git.bitcoin.ninja Git - youtube-dl/log
remitamine [Thu, 31 Dec 2015 15:35:51 +0000 (16:35 +0100)]
[ora] Add new extractor(closes #7732)
remitamine [Thu, 31 Dec 2015 12:36:07 +0000 (13:36 +0100)]
[animalplanet] Add new extractor(closes #5303)
remitamine [Thu, 31 Dec 2015 11:02:33 +0000 (12:02 +0100)]
[fox] Add new extractor(closes #3063)
remitamine [Thu, 31 Dec 2015 03:02:08 +0000 (04:02 +0100)]
[canalplus] improve extraction(fixes #6301)
- extract data from json instead of xml
- fix http format urls
- extract more metadata
- update tests
- make m3u8 and f4m format extraction non fatal
- use m3u8_native implementation
Sergey M․ [Thu, 31 Dec 2015 00:06:36 +0000 (06:06 +0600)]
[discovery] Allow https (Closes #8065)
Sergey M․ [Wed, 30 Dec 2015 23:31:01 +0000 (05:31 +0600)]
[espn] Remove broken flag
Jaime Marquínez Ferrándiz [Wed, 30 Dec 2015 22:57:19 +0000 (23:57 +0100)]
[cbsnews] Fix extraction of the URL for the 'RtmpDesktop' format (fixes #8048)
Sergey M․ [Wed, 30 Dec 2015 21:13:02 +0000 (03:13 +0600)]
[videomore] Extract series info
Sergey M․ [Wed, 30 Dec 2015 21:11:21 +0000 (03:11 +0600)]
[udemy] Extract chapter info
Sergey M․ [Wed, 30 Dec 2015 21:10:44 +0000 (03:10 +0600)]
[extractor/common] Document chapter and series fields
Sergey M․ [Wed, 30 Dec 2015 19:09:21 +0000 (01:09 +0600)]
[udemy] Fix typo
Sergey M․ [Wed, 30 Dec 2015 17:12:35 +0000 (23:12 +0600)]
[options] Prefer --convert-subs spelling
Sergey M․ [Tue, 29 Dec 2015 18:44:07 +0000 (00:44 +0600)]
[videomore] Set IE_NAME
Sergey M․ [Tue, 29 Dec 2015 18:13:00 +0000 (00:13 +0600)]
[dramafever] Fix subtitles extraction (Closes #8049)
Sergey M․ [Tue, 29 Dec 2015 17:58:23 +0000 (23:58 +0600)]
[extractor/generic] Add support for videomore embeds
Sergey M․ [Tue, 29 Dec 2015 17:57:46 +0000 (23:57 +0600)]
[videomore] Add extractor (Closes #8040)
remitamine [Tue, 29 Dec 2015 16:29:55 +0000 (17:29 +0100)]
Merge branch 'jukebox' of https://github.com/remitamine/youtube-dl into remitamine-jukebox
remitamine [Tue, 29 Dec 2015 15:38:06 +0000 (16:38 +0100)]
[srgssr] use SRFIE format ids
Jaime Marquínez Ferrándiz [Tue, 29 Dec 2015 15:14:05 +0000 (16:14 +0100)]
Credit @flatgreen for FranceCultureEmission (#8022)
remitamine [Tue, 29 Dec 2015 14:07:21 +0000 (15:07 +0100)]
[wdr] split long lines
remitamine [Tue, 29 Dec 2015 14:05:21 +0000 (15:05 +0100)]
[ooyala] split long lines, fix test duration and add hdcode param to hds url
remitamine [Tue, 29 Dec 2015 14:03:14 +0000 (15:03 +0100)]
[rai] split long lines
remitamine [Tue, 29 Dec 2015 14:02:18 +0000 (15:02 +0100)]
[tele13] split long lines
remitamine [Tue, 29 Dec 2015 13:58:22 +0000 (14:58 +0100)]
[srgssr] split long lines and use m3u8_native
remitamine [Tue, 29 Dec 2015 13:55:36 +0000 (14:55 +0100)]
[ign] split long lines
remitamine [Tue, 29 Dec 2015 13:53:06 +0000 (14:53 +0100)]
[audimedia] split long lines
remitamine [Tue, 29 Dec 2015 11:01:22 +0000 (12:01 +0100)]
[srgssr] fix IE_DESC
remitamine [Tue, 29 Dec 2015 11:00:52 +0000 (12:00 +0100)]
[phoenix] fix IE_NAME
remitamine [Tue, 29 Dec 2015 10:59:27 +0000 (11:59 +0100)]
[daum] fix IE_NAME
remitamine [Tue, 29 Dec 2015 10:38:19 +0000 (11:38 +0100)]
Merge branch 'remitamine-srgssr'
remitamine [Tue, 29 Dec 2015 10:36:04 +0000 (11:36 +0100)]
[srgssr] update tests
Philipp Hagemeister [Tue, 29 Dec 2015 10:02:58 +0000 (11:02 +0100)]
release 2015.12.29
remitamine [Tue, 29 Dec 2015 09:57:45 +0000 (10:57 +0100)]
Merge branch 'srgssr' of https://github.com/remitamine/youtube-dl into remitamine-srgssr
remitamine [Tue, 29 Dec 2015 09:40:32 +0000 (10:40 +0100)]
Merge branch 'daum' of https://github.com/remitamine/youtube-dl into remitamine-daum
flatgreen [Sun, 27 Dec 2015 14:30:45 +0000 (15:30 +0100)]
[franceculture] Add extractor for '/emission-*' urls (closes #3777, closes #8022)
Jaime Marquínez Ferrándiz [Mon, 28 Dec 2015 18:23:54 +0000 (19:23 +0100)]
[franceculture] Fix test
Sergey M․ [Mon, 28 Dec 2015 18:58:24 +0000 (00:58 +0600)]
Simplify formats accumulation for f4m/m3u8/smil formats
Now all _extract_*_formats routines return a list
remitamine [Mon, 28 Dec 2015 18:15:14 +0000 (19:15 +0100)]
Merge pull request #7769 from remitamine/sort
[common] lower (m3u8,rtmp,rtsp) format preference only if required program is not available
remitamine [Sat, 5 Dec 2015 20:14:43 +0000 (21:14 +0100)]
[common] use specific variable for protocol preference in _sort_formats
remitamine [Mon, 28 Dec 2015 17:17:12 +0000 (18:17 +0100)]
Merge pull request #8023 from remitamine/extract-formats
[common] simplify the use of _extract_m3u8_formats and _extract_f4m_formats
remitamine [Mon, 28 Dec 2015 16:54:04 +0000 (17:54 +0100)]
Merge branch 'zdf'(fixes #8024)
remitamine [Mon, 28 Dec 2015 16:49:59 +0000 (17:49 +0100)]
[zdf] fix formats extraction
Sergey M․ [Mon, 28 Dec 2015 15:37:02 +0000 (21:37 +0600)]
[facebook] Fix authentication
Sergey M․ [Mon, 28 Dec 2015 15:20:09 +0000 (21:20 +0600)]
[facebook] Extract login error
Jaime Marquínez Ferrándiz [Mon, 28 Dec 2015 12:48:10 +0000 (13:48 +0100)]
[cspan] Fix extraction (fixes #8032)
Jaime Marquínez Ferrándiz [Mon, 28 Dec 2015 12:06:30 +0000 (13:06 +0100)]
[cspan] Initialize 'video_type' to avoid 'UnboundLocalError' exceptions (#8032)
remitamine [Mon, 28 Dec 2015 09:38:31 +0000 (10:38 +0100)]
Merge branch 'dcn' of github.com:remitamine/youtube-dl into remitamine-dcn
remitamine [Mon, 28 Dec 2015 09:27:17 +0000 (10:27 +0100)]
[dcn] make m3u8 formats extraction non fatal
remitamine [Sun, 27 Dec 2015 23:36:57 +0000 (00:36 +0100)]
[tunein] add support for tunein topic,clip and program(fixes #7348)
Yen Chi Hsuan [Sun, 27 Dec 2015 17:09:18 +0000 (01:09 +0800)]
[utils] Remove Content-encoding from headers after decompression
With cn_verification_proxy, our http_response() is called twice, one from
PerRequestProxyHandler.proxy_open() and another from normal
YoutubeDL.urlopen(). As a result, for proxies honoring Accept-Encoding, the
following bug occurs:
$ youtube-dl -vs --cn-verification-proxy https://secure.uku.im:993 "test:letv"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-vs', '--cn-verification-proxy', 'https://secure.uku.im:993', 'test:letv']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.12.23
[debug] Git HEAD:
97f18fa
[debug] Python version 3.5.1 - Linux-4.3.3-1-ARCH-x86_64-with-arch-Arch-Linux
[debug] exe versions: ffmpeg 2.8.4, ffprobe 2.8.4, rtmpdump 2.4
[debug] Proxy map: {}
[TestURL] Test URL: http://www.letv.com/ptv/vplay/
22005890 .html
[Letv]
22005890 : Downloading webpage
[Letv]
22005890 : Downloading playJson data
ERROR: Unable to download JSON metadata: Not a gzipped file (b'{"') (caused by OSError('Not a gzipped file (b\'{"\')',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
File "/home/yen/Executables/Multimedia/youtube-dl/youtube_dl/extractor/common.py", line 330, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/home/yen/Executables/Multimedia/youtube-dl/youtube_dl/YoutubeDL.py", line 1886, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/usr/lib/python3.5/urllib/request.py", line 471, in open
response = meth(req, response)
File "/home/yen/Executables/Multimedia/youtube-dl/youtube_dl/utils.py", line 773, in http_response
raise original_ioerror
File "/home/yen/Executables/Multimedia/youtube-dl/youtube_dl/utils.py", line 761, in http_response
uncompressed = io.BytesIO(gz.read())
File "/usr/lib/python3.5/gzip.py", line 274, in read
return self._buffer.read(size)
File "/usr/lib/python3.5/gzip.py", line 461, in read
if not self._read_gzip_header():
File "/usr/lib/python3.5/gzip.py", line 409, in _read_gzip_header
raise OSError('Not a gzipped file (%r)' % magic)
remitamine [Sun, 27 Dec 2015 16:44:55 +0000 (17:44 +0100)]
[vgtv] fix f4m downloading(fixes #7843)
remitamine [Sun, 27 Dec 2015 16:27:20 +0000 (17:27 +0100)]
[livestream] change test url
Yen Chi Hsuan [Sun, 27 Dec 2015 16:19:36 +0000 (00:19 +0800)]
[iqiyi] Add tests for #7894
forDream [Tue, 22 Dec 2015 01:28:12 +0000 (09:28 +0800)]
[iqiyi]fix valid url
eg:
http://yule.iqiyi.com/zbj.html
gam2046 [Fri, 18 Dec 2015 06:18:56 +0000 (14:18 +0800)]
Update iqiyi.py
Fix part of the address can not be resolved.
eg:http://www.iqiyi.com/w_19rt6o8t9p.html
Sergey M․ [Sun, 27 Dec 2015 15:43:14 +0000 (21:43 +0600)]
[jwplatform] Carry long line
Sergey M․ [Sun, 27 Dec 2015 15:42:26 +0000 (21:42 +0600)]
[viki] Fix typo
Sergey M․ [Sun, 27 Dec 2015 15:42:12 +0000 (21:42 +0600)]
[rai] Fix typos
Sergey M․ [Sun, 27 Dec 2015 15:41:55 +0000 (21:41 +0600)]
[jwplatform] Fix typo
Sergey M․ [Sun, 27 Dec 2015 15:41:36 +0000 (21:41 +0600)]
[esri] Fix typo
Sergey M․ [Sun, 27 Dec 2015 15:41:21 +0000 (21:41 +0600)]
[abc7news] Remove redundant formats sorting
remitamine [Sun, 27 Dec 2015 14:33:39 +0000 (15:33 +0100)]
[common] simplify the use of _extract_m3u8_formats and _extract_f4m_formats
remitamine [Sun, 27 Dec 2015 14:03:13 +0000 (15:03 +0100)]
Merge branch 'master' of github.com:rg3/youtube-dl
remitamine [Sun, 27 Dec 2015 13:58:57 +0000 (14:58 +0100)]
[livestream] skip m3u8 manifest in progressive_urls
Philipp Hagemeister [Sun, 27 Dec 2015 13:34:51 +0000 (14:34 +0100)]
Merge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Sun, 27 Dec 2015 12:11:53 +0000 (13:11 +0100)]
[sportdeutschland] Do not abort if meta info is missing
This fixes http://sportdeutschland.tv/badminton/yonex-copenhagen-masters-2015 . No testcase though since the event will be over by 2016.
remitamine [Sun, 27 Dec 2015 12:11:33 +0000 (13:11 +0100)]
Merge pull request #7892 from remitamine/livestream
[livestream] improve extraction(fixes #2133)(fixes #2838)(fixes #4152)(fixes #6988)
remitamine [Sun, 27 Dec 2015 11:57:39 +0000 (12:57 +0100)]
[livestream] improve extraction
- split long lines
- use m3u8 entry protocol for live streams
- extend _VALID_URL regex for livestream original
- extract livestream original live streams
remitamine [Sun, 27 Dec 2015 09:34:36 +0000 (10:34 +0100)]
Merge pull request #7851 from remitamine/kaltura
[kaltura] extract more formats
remitamine [Sun, 27 Dec 2015 09:19:44 +0000 (10:19 +0100)]
[kaltura] add referrer to m3u8 url
remitamine [Sun, 27 Dec 2015 08:56:15 +0000 (09:56 +0100)]
[dcn] improve extraction
Sergey M․ [Sun, 27 Dec 2015 06:26:48 +0000 (12:26 +0600)]
[lrt] Extract counters
Sergey M․ [Sun, 27 Dec 2015 06:16:55 +0000 (12:16 +0600)]
[lrt] Improve
Giedrius Statkevičius [Sun, 29 Nov 2015 00:58:52 +0000 (02:58 +0200)]
[lrt] fix the rest of extractor
Closes #7690.
Giedrius Statkevičius [Sat, 28 Nov 2015 21:14:38 +0000 (23:14 +0200)]
[lrt] fix duration parsing
Sergey M․ [Fri, 25 Dec 2015 21:17:56 +0000 (03:17 +0600)]
[ign] flake8
remitamine [Fri, 25 Dec 2015 19:06:27 +0000 (20:06 +0100)]
Merge pull request #7045 from remitamine/ign
[ign] add support for pcmag and extract all formats and more metadata(fixes #5335)(fixes #7006)
remitamine [Fri, 25 Dec 2015 16:37:50 +0000 (17:37 +0100)]
[srmediathek] improve extraction
Sergey M․ [Fri, 25 Dec 2015 15:14:00 +0000 (21:14 +0600)]
[rutv] Fix extraction (Closes #8004)
remitamine [Fri, 25 Dec 2015 14:38:12 +0000 (15:38 +0100)]
[rai] improve extraction
remitamine [Fri, 25 Dec 2015 00:59:56 +0000 (01:59 +0100)]
[hotstar] Add new extractor
Sergey M․ [Thu, 24 Dec 2015 14:44:49 +0000 (20:44 +0600)]
[zdf:channel] Add more tests
Sergey M․ [Thu, 24 Dec 2015 14:42:29 +0000 (20:42 +0600)]
[zdf:channel] Relax _VALID_URL
Boris Wachtmeister [Thu, 24 Dec 2015 07:27:25 +0000 (08:27 +0100)]
[zdf] expand valid-url pattern for channels
The webpage also creates URLs which include additional text that defines
the sorting order on the page like "aktuellste" (most current) and
"meist-gesehen" (most seen), e.g.:
http://www.zdf.de/ZDFmediathek/kanaluebersicht/aktuellste/332
http://www.zdf.de/ZDFmediathek/kanaluebersicht/meist-gesehen/332
Sergey M․ [Thu, 24 Dec 2015 14:09:48 +0000 (20:09 +0600)]
[chaturbate] Improve error extraction (Closes #7989)
remitamine [Wed, 23 Dec 2015 21:36:53 +0000 (22:36 +0100)]
[theintercept] improve extraction
remitamine [Wed, 23 Dec 2015 20:50:27 +0000 (21:50 +0100)]
Merge branch 'theintercept' of https://github.com/bit/youtube-dl into bit-theintercept
Sergey M [Wed, 23 Dec 2015 18:15:08 +0000 (00:15 +0600)]
Merge pull request #7969 from jwilk/spelling
Fix typos
Jakub Wilk [Wed, 23 Dec 2015 16:35:10 +0000 (17:35 +0100)]
Fix typos
Sergey M․ [Wed, 23 Dec 2015 17:22:47 +0000 (23:22 +0600)]
[pbs] Extend PBS station regex (Closes #7964)
Jaime Marquínez Ferrándiz [Wed, 23 Dec 2015 16:55:58 +0000 (17:55 +0100)]
[arte] Prefer json URLs that contain the video id from the 'vid' parameter in the URL (fixes #7920)
remitamine [Wed, 23 Dec 2015 16:48:37 +0000 (17:48 +0100)]
[appletrailers] skip clips with empty url
Sergey M․ [Wed, 23 Dec 2015 15:13:31 +0000 (21:13 +0600)]
[instagram:user] Improve _VALID_URL (Closes #7955)
Sergey M․ [Wed, 23 Dec 2015 14:49:52 +0000 (20:49 +0600)]
[24video] Fix test
Sergey M․ [Wed, 23 Dec 2015 14:49:41 +0000 (20:49 +0600)]
[24video] Fix extraction on python 2.6
Sergey M․ [Wed, 23 Dec 2015 14:42:36 +0000 (20:42 +0600)]
[24video] Fix extraction (Closes #7956)
Jaime Marquínez Ferrándiz [Wed, 23 Dec 2015 13:48:40 +0000 (14:48 +0100)]
[appletrailers] Improve regex for fixing '<img>' tags (#7953)
Philipp Hagemeister [Wed, 23 Dec 2015 13:05:06 +0000 (14:05 +0100)]
release 2015.12.23
remitamine [Wed, 23 Dec 2015 09:40:45 +0000 (10:40 +0100)]
[appletrailers] Add support for AppleTrailers Section
Sergey M․ [Tue, 22 Dec 2015 20:59:49 +0000 (02:59 +0600)]
[daum] Add test for #7949