summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [audimedia] split long linesremitamine2015-12-291-2/+6
|
* [srgssr] fix IE_DESCremitamine2015-12-291-0/+1
|
* [phoenix] fix IE_NAMEremitamine2015-12-291-0/+1
|
* [daum] fix IE_NAMEremitamine2015-12-291-1/+1
|
* Merge branch 'remitamine-srgssr'remitamine2015-12-294-171/+204
|\
| * [srgssr] update testsremitamine2015-12-292-36/+32
| |
| * Merge branch 'srgssr' of https://github.com/remitamine/youtube-dl into ↵remitamine2015-12-294-176/+213
| |\ | | | | | | | | | remitamine-srgssr
| | * [srgssr] handle all play urls only in SRGSSRIE and keep RTSIE for articlesremitamine2015-12-052-67/+79
| | |
| | * [srgssr] change the url chortcut, fix image extraction ,add a test and ↵remitamine2015-10-141-10/+25
| | | | | | | | | | | | extract format id
| | * [srgssr] fix regex for swissinfo.chremitamine2015-10-091-5/+2
| | |
| | * [srgssr] Add generic extractor for SRGSSR Group sitesremitamine2015-10-093-105/+134
| | |
* | | release 2015.12.29Philipp Hagemeister2015-12-292-3/+15
|/ /
* | Merge branch 'daum' of https://github.com/remitamine/youtube-dl into ↵remitamine2015-12-292-45/+71
|\ \ | | | | | | | | | remitamine-daum
| * | [daum] improve info extractionremitamine2015-10-312-31/+61
| | |
* | | [franceculture] Add extractor for '/emission-*' urls (closes #3777, closes ↵flatgreen2015-12-282-3/+42
| | | | | | | | | | | | #8022)
* | | [franceculture] Fix testJaime Marquínez Ferrándiz2015-12-281-2/+2
| | |
* | | Simplify formats accumulation for f4m/m3u8/smil formatsSergey M․2015-12-2932-215/+99
| | | | | | | | | | | | Now all _extract_*_formats routines return a list
* | | Merge pull request #7769 from remitamine/sortremitamine2015-12-281-6/+5
|\ \ \ | | | | | | | | [common] lower (m3u8,rtmp,rtsp) format preference only if required program is not available
| * | | [common] use specific variable for protocol preference in _sort_formatsremitamine2015-12-281-6/+5
| | | |
* | | | Merge pull request #8023 from remitamine/extract-formatsremitamine2015-12-281-2/+2
|\ \ \ \ | | | | | | | | | | [common] simplify the use of _extract_m3u8_formats and _extract_f4m_formats
| * | | | [common] simplify the use of _extract_m3u8_formats and _extract_f4m_formatsremitamine2015-12-271-2/+2
| | | | |
* | | | | Merge branch 'zdf'(fixes #8024)remitamine2015-12-282-101/+161
|\ \ \ \ \
| * | | | | [zdf] fix formats extractionremitamine2015-12-282-101/+161
| | | | | |
* | | | | | [facebook] Fix authenticationSergey M․2015-12-281-4/+11
| | | | | |
* | | | | | [facebook] Extract login errorSergey M․2015-12-281-0/+5
| | | | | |
* | | | | | [cspan] Fix extraction (fixes #8032)Jaime Marquínez Ferrándiz2015-12-281-4/+6
| | | | | |
* | | | | | [cspan] Initialize 'video_type' to avoid 'UnboundLocalError' exceptions (#8032)Jaime Marquínez Ferrándiz2015-12-281-0/+3
|/ / / / /
* | | | | Merge branch 'dcn' of github.com:remitamine/youtube-dl into remitamine-dcnremitamine2015-12-282-34/+151
|\ \ \ \ \
| * | | | | [dcn] make m3u8 formats extraction non fatalremitamine2015-12-281-18/+7
| | | | | |
| * | | | | [dcn] improve extractionremitamine2015-12-272-83/+67
| | | | | |
| * | | | | [dcn] improve season info extractionremitamine2015-10-311-13/+11
| | | | | |
| * | | | | correct season info extraction and simplifyremitamine2015-09-051-33/+31
| | | | | |
| * | | | | [dcn] add support for live streams and catchup videosremitamine2015-09-042-1/+62
| | | | | |
| * | | | | correct the extractor name and id and remove unnecessary requestremitamine2015-09-032-11/+19
| | | | | |
| * | | | | [dcn] add show extraction and support for other types of urlsremitamine2015-09-032-4/+83
| | | | | |
* | | | | | [tunein] add support for tunein topic,clip and program(fixes #7348)remitamine2015-12-282-61/+138
| | | | | |
* | | | | | [utils] Remove Content-encoding from headers after decompressionYen Chi Hsuan2015-12-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | | | | [vgtv] fix f4m downloading(fixes #7843)remitamine2015-12-271-9/+9
| | | | | |
* | | | | | [livestream] change test urlremitamine2015-12-271-1/+1
| | | | | |
* | | | | | [iqiyi] Add tests for #7894Yen Chi Hsuan2015-12-281-0/+9
| | | | | |
* | | | | | [iqiyi]fix valid urlforDream2015-12-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | eg: http://yule.iqiyi.com/zbj.html
* | | | | | Update iqiyi.pygam20462015-12-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fix part of the address can not be resolved. eg:http://www.iqiyi.com/w_19rt6o8t9p.html
* | | | | | [jwplatform] Carry long lineSergey M․2015-12-271-1/+2
| | | | | |
* | | | | | [viki] Fix typoSergey M․2015-12-271-1/+1
| | | | | |
* | | | | | [rai] Fix typosSergey M․2015-12-271-2/+2
| | | | | |
* | | | | | [jwplatform] Fix typoSergey M․2015-12-271-1/+1
| | | | | |
* | | | | | [esri] Fix typoSergey M․2015-12-271-1/+1
| | | | | |
* | | | | | [abc7news] Remove redundant formats sortingSergey M․2015-12-271-1/+0
| |/ / / / |/| | | |
* | | | | Merge branch 'master' of github.com:rg3/youtube-dlremitamine2015-12-271-2/+4
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2015-12-271-121/+217
| |\ \ \ \ \