summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #9720 from Kagami/vlive-new-statusesSergey M2016-06-071-0/+2
|\ | | | | [vlive] Acknowledge vlive+ streams statuses
| * [vlive] Acknowledge vlive+ streams statusesKagami Hiiragi2016-06-071-0/+2
| | | | | | | | | | Same as common statuses just with "PRODUCT_" prefix: PRODUCE_LIVE_END, PRODUCT_COMING_SOON, etc.
* | Merge remote-tracking branch 'Boris-de/wdrmaus_fix#8562'Philipp Hagemeister2016-06-072-222/+134
|\ \ | |/ |/|
| * [WDR] fixed parsing of playlistsBoris Wachtmeister2016-05-261-2/+2
| |
| * [WDR] the other wdrmaus.de pages also changed to the new playerBoris Wachtmeister2016-05-262-75/+15
| |
| * [WDR] extract jsonp-url by parsing data-extension of mediaLinkBoris Wachtmeister2016-05-261-5/+12
| |
| * [WDR] add special handling if alt-url is a m3u8Boris Wachtmeister2016-05-261-5/+16
| |
| * [WDR] use _download_json with a strip_jsonpBoris Wachtmeister2016-05-261-3/+3
| |
| * [WDR] use single quotes for stringsBoris Wachtmeister2016-05-261-12/+12
| |
| * [WDRMaus] switch current show to new WDR extractor (fixes #8562)Boris Wachtmeister2016-04-231-17/+20
| | | | | | | | | | | | | | | | | | It seems that the "current show" already uses the new WDR video-player, while all the others videos still use the old player. I just added the current show URL to the normal WDR-extractor, which works fine. This commit needs my changes from PR #8842 that fix the support for WDR.
| * [WDR] complete overhaul after relaunch of the siteBoris Wachtmeister2016-04-231-145/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The WDR relaunched their site on 2016-02-23 which not only changed the URL-schema completely but also the layout of their pages. Apparently the whole "mediathek" now runs on the wdr-domain, so no separate URL for funkhauseuropa anymore. There seems to be no explicit handling of video-sizes on the page or in the URLs anymore. There seems to be only one size for HTML5, but still several sizes for flash. The extractor adds all to the list of formats. There is no metadata for the HTML5-stream, so that the best flash-stream will always be considered as the "best" format. At least in my tests this seemed to be true anyway.
* | [compat] Add 'compat_input' to __all__Jaime Marquínez Ferrándiz2016-06-051-0/+1
| |
* | [devscripts/create-github-release] Make full published releases by defaultSergey M․2016-06-061-3/+2
| |
* | [options] Add --load-info-json alias for symmetry with --write-info-jsonSergey M․2016-06-061-1/+1
| |
* | [__init__] Use write_string instead of compat_string (Closes #9689)Sergey M․2016-06-051-5/+4
| |
* | Merge pull request #9702 from Eun/patch-1Yen Chi Hsuan2016-06-051-1/+1
|\ \ | | | | | | curl: follow redirect
| * | curl: follow redirectTobias Salzmann2016-06-051-1/+1
|/ /
* | [README.md] Update pypi instructionsSergey M2016-06-051-5/+7
| |
* | Merge pull request #9697 from ryandesign/ryandesign-README-MacPortsSergey M2016-06-051-1/+5
|\ \ | | | | | | Update README.md to mention MacPorts
| * | Update README.md to mention MacPortsRyan Schmidt2016-06-041-1/+5
|/ /
* | git pushMerge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2016-06-049-12/+206
|\ \
| * | [downloader/hls] Correct comment on twitch vodsSergey M․2016-06-051-2/+2
| | |
| * | [downloader/hls] PEP 8Sergey M․2016-06-051-1/+1
| | |
| * | [twitch:vod] Use native hlsSergey M․2016-06-051-1/+1
| | |
| * | [downloader/hls] Do not rely on EXT-X-PLAYLIST-TYPE:EVENTSergey M․2016-06-051-2/+8
| | |
| * | [youtube] Add itags 256 and 258Sergey M․2016-06-051-0/+2
| | |
| * | [devscripts/release.sh] Release to GitHubSergey M․2016-06-051-4/+3
| | |
| * | [devscripts/create-github-release] Add script for releasing on GitHubSergey M․2016-06-051-0/+112
| | | | | | | | | | | | Yet only Basic authentication is supported either via .netrc or by manual input
| * | [devscripts/buildserver] Use compat_input from compatSergey M․2016-06-051-5/+1
| | |
| * | [compat] Add compat_inputSergey M․2016-06-051-0/+5
| | |
| * | [vidio] Improve (Closes #9562)Sergey M․2016-06-041-20/+45
| | |
| * | [vidio] Add extractor (Closes #7195)TRox19722016-06-042-0/+49
| | | | | | | | | | | | | | | | | | [Vidio] fix fallback value and wrap duration in int_or_none [Vidio] don't use video_id for _html_search_regex()
* | | extend FAQ (#9696)Philipp Hagemeister2016-06-041-0/+6
|/ /
* | disable uploading to yt-dl.org for nowPhilipp Hagemeister2016-06-041-2/+4
| |
* | [channel9] Add support for rss links (Closes #9673)Sergey M․2016-06-041-54/+71
| |
* | [loc] Extract direct download linksSergey M․2016-06-041-1/+37
| |
* | [loc] Extract subtitesSergey M․2016-06-031-1/+22
| |
* | [loc] Add support for another URL schema and simplifySergey M․2016-06-031-9/+11
| |
* | release 2016.06.03Sergey M․2016-06-033-6/+9
| |
* | [loc] Improve (Closes #9521)Sergey M․2016-06-031-34/+53
| |
* | [loc] Add extractor (Closes #3188)TRox19722016-06-032-0/+66
| | | | | | | | | | | | | | | | Added extractor of loc.gov, which closes #3188. I am not an experienced programmer, so I am sure I did a bunch of mistakes, but the extractor works (for me at least). [LibraryOfCongress] don't use video_id for _search_regex() [LibraryOfCongress] Improvements
* | [bilibili] Add _part%d suffixes back (closes #9660)Yen Chi Hsuan2016-06-021-0/+59
| |
* | Merge pull request #9669 from bzc6p/masterYen Chi Hsuan2016-06-022-5/+5
|\ \ | | | | | | Added sanitization support for Hungarian letters Ő and Ű
| * | Added sanitization support for Hungarian letters Ő and Űbzc6p2016-06-021-3/+3
| | |
| * | Added sanitization support for Hungarian letters Ő and Űbzc6p2016-06-021-2/+2
|/ /
* | [utils] Use bytes-like objects as header values on Python 2Yen Chi Hsuan2016-06-021-0/+2
| |
* | [test/test_http] Fix getsockname() on JythonYen Chi Hsuan2016-06-021-1/+1
| |
* | [test/test_utils] Add test for #9588Yen Chi Hsuan2016-06-021-8/+47
| |
* | [utils] Always decode Location headerYen Chi Hsuan2016-06-021-0/+2
| | | | | | | | escape_url is broken for bytes-like objects
* | [seeker] Add new extractor(closes #9619)Remita Amine2016-06-012-1/+62
| |