summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\ \ \
| * | | | [sportdeutschland] Do not abort if meta info is missingPhilipp Hagemeister2015-12-271-2/+4
| | | | | | | | | | | | | | | | | | | | This fixes http://sportdeutschland.tv/badminton/yonex-copenhagen-masters-2015 . No testcase though since the event will be over by 2016.
* | | | | [livestream] skip m3u8 manifest in progressive_urlsremitamine2015-12-271-0/+2
| |/ / / |/| | |
* | | | Merge pull request #7892 from remitamine/livestreamremitamine2015-12-271-121/+217
|\ \ \ \ | |/ / / |/| | | [livestream] improve extraction(fixes #2133)(fixes #2838)(fixes #4152)(fixes #6988)
| * | | [livestream] improve extractionremitamine2015-12-271-38/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - split long lines - use m3u8 entry protocol for live streams - extend _VALID_URL regex for livestream original - extract livestream original live streams
| * | | [livestream] improve extraction, add support for live streams and extract ↵remitamine2015-12-171-110/+168
| | | | | | | | | | | | | | | | more info and formats
* | | | Merge pull request #7851 from remitamine/kalturaremitamine2015-12-272-11/+19
|\ \ \ \ | | | | | | | | | | [kaltura] extract more formats
| * | | | [kaltura] add referrer to m3u8 urlremitamine2015-12-271-3/+4
| | | | |
| * | | | [kaltura] extract more formatsremitamine2015-12-112-11/+18
| | | | |
* | | | | [lrt] Extract countersSergey M․2015-12-271-0/+12
| | | | |
* | | | | [lrt] ImproveSergey M․2015-12-271-4/+7
| | | | |
* | | | | [lrt] fix the rest of extractorGiedrius Statkevičius2015-12-261-22/+3
| | | | | | | | | | | | | | | | | | | | Closes #7690.
* | | | | [lrt] fix duration parsingGiedrius Statkevičius2015-12-261-2/+1
| | | | |
* | | | | [ign] flake8Sergey M․2015-12-261-2/+2
| | | | |
* | | | | Merge pull request #7045 from remitamine/ignremitamine2015-12-252-32/+115
|\ \ \ \ \ | | | | | | | | | | | | [ign] add support for pcmag and extract all formats and more metadata(fixes #5335)(fixes #7006)
| * | | | | [ign] improve extraction and extract uploader_idremitamine2015-12-111-7/+19
| | | | | |
| * | | | | [ign] add tests for me.ign specific language urlsremitamine2015-10-141-0/+8
| | | | | |