summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge branch 'MamayAlexander-YandexMusic'Sergey M․2015-03-093-0/+134
|\ \ \ \ \
| * | | | | Credit @MamayAlexander for yandexmusic (#5168)Sergey M․2015-03-091-0/+1
| | | | | |
| * | | | | [yamusic] Rename to yandexmusicSergey M․2015-03-092-1/+1
| | | | | |
| * | | | | [yamusic] Improve, simplify, fix python3 issues and add testsSergey M․2015-03-091-68/+92
| | | | | |
| * | | | | [YandexMusic] Add new extractorMamay Alexander2015-03-092-0/+109
|/ / / / /
* | | | | release 2015.03.09Philipp Hagemeister2015-03-094-3/+10
| | | | |
* | | | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2015-03-0913-34/+246
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: youtube_dl/YoutubeDL.py
| * | | | | [breakcom] Process only play purpose media formats (Closes #5164)Sergey M․2015-03-091-1/+1
| | | | | |
| * | | | | [adultswim] Improve video_info extraction (Fixes #5152)Naglis Jonaitis2015-03-081-12/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Look for video_info inside `slugged_video`, if slug is not found among collections. Also, simplify a bit.
| * | | | | [downloader/f4m] Fix use of base64 in python 3.2 (fixes #5132)Jaime Marquínez Ferrándiz2015-03-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | b64decode needs a byte string, but on 3.4 it also accepts strings.
| * | | | | [YoutubeDL] Sanitize path before creating non-existent paths (Closes #4324)Sergey M․2015-03-081-1/+1
| | | | | |
| * | | | | [utils] Disallow trailing dot in sanitize_path for a path partSergey M․2015-03-082-1/+12
| | | | | |
| * | | | | [YoutubeDL] Sanitize outtmpl as pathSergey M․2015-03-081-6/+3
| | | | | |
| * | | | | [utils] Fix sanitize_openSergey M․2015-03-081-5/+2
| | | | | |
| * | | | | [utils] Add sanitize_pathSergey M․2015-03-082-0/+39
| | | | | |
| * | | | | [gazeta] Extend _VALID_URLSergey M․2015-03-081-3/+6
| | | | | |
| * | | | | [teamcoco] Fix extractionNaglis Jonaitis2015-03-081-3/+3
| | | | | |
| * | | | | [vidme] Fix view_count extraction and remove comment_count extraction (Fixes ↵Naglis Jonaitis2015-03-081-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #5133) Comment counts seem to no longer be listed on vid.me
| * | | | | [pladform] Fix format quality sortingSergey M․2015-03-081-0/+4
| | | | | |
| * | | | | [pladform] Add support for embedsSergey M․2015-03-081-0/+19
| | | | | |
| * | | | | [pladform] Add extractorSergey M․2015-03-082-0/+87
| | | | | |
| * | | | | [gazeta] Add new extractor (Closes #4222)Naglis Jonaitis2015-03-082-0/+36
| | | | | |
| * | | | | [twitch] Fix live streams (Closes #5158)Sergey M․2015-03-081-4/+3
| | | | | |
* | | | | | [README] Better bug reporting instructionsPhilipp Hagemeister2015-03-091-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | Also address private emails which I get more and more these days.
* | | | | | [options] Rename --dump-intermediate-pages to --dump-pages for consistence ↵Philipp Hagemeister2015-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | with --write-pages
* | | | | | Revert "[YoutubeDL] Sanitize outtmpl as it may contain forbidden characters"Philipp Hagemeister2015-03-071-6/+2
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7dcad95d4faa91adfaa4d87d411c4bc55ab000e4. The output template is most definitly allowed to contain forbidden characters; otherwise -o /foo/bar/vid.mp4 wouldn't work.
* | | | | [YoutubeDL] Sanitize outtmpl as it may contain forbidden charactersSergey M․2015-03-081-2/+6
| | | | |
* | | | | [eagleplatform] Remove debug outputSergey M․2015-03-071-1/+0
| | | | |
* | | | | [eagleplatform] Add support for ClipYou embedsSergey M․2015-03-071-0/+18
| | | | |
* | | | | [eagleplatform] Add support for embedsSergey M․2015-03-071-0/+20
| | | | |
* | | | | [eagleplatform] Add extractorSergey M․2015-03-072-0/+100
| | | | |
* | | | | [youtube:search_url] Fix extraction (Closes #5155)Sergey M․2015-03-071-1/+1
| | | | |
* | | | | [orf:iptv] Add extractor (Closes #5140)Sergey M․2015-03-072-0/+95
| | | | |
* | | | | [dailymotion] Replace testJaime Marquínez Ferrándiz2015-03-061-5/+5
| | | | | | | | | | | | | | | | | | | | It has been removed.
* | | | | [vimeo] Use https for player.vimeo.com urls (closes #5147)Jaime Marquínez Ferrándiz2015-03-061-1/+1
| | | | |
* | | | | [vimeo:album] Fix password protected videosJaime Marquínez Ferrándiz2015-03-061-5/+5
| | | | | | | | | | | | | | | | | | | | Since it only uses https now, don't recognize http urls.
* | | | | [vimeo] Fix and use '_verify_video_password' (#5001)Jaime Marquínez Ferrándiz2015-03-061-14/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It only supports verifying the password over https now. Use it instead of manually setting the 'password' cookie because it allows to check if the password is correct.
* | | | | [vimeo] Fix upload date extractionJaime Marquínez Ferrándiz2015-03-061-2/+4
| | | | |
* | | | | [extractor/common] Remove 'm3u8' from quality selection URLSergey M․2015-03-061-1/+1
| | | | |
* | | | | [extractor/common] Fix format_id when `last_media` is None and always ↵Sergey M․2015-03-061-5/+6
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | include `m3u8_id` if present The rationale behind `m3u8_id` was to resolve duplicates when processing several m3u8 playlists within the same media that give equal resulting `format_id`'s, e.g. `youtube-dl http://www.rts.ch/play/tv/passe-moi-les-jumelles/video/la-fee-des-bois-mustang-les-chemins-du-vent?id=3854925 -F`
* | | | [twitch:vod] Prefer source stream (Fixes #5143)Philipp Hagemeister2015-03-061-7/+10
| | | |
* | | | [extractor/common] Improve m3u format IDs (#5143)Philipp Hagemeister2015-03-061-1/+5
| | | |
* | | | [travis] Declare 3.2 (Fixes #5144)Philipp Hagemeister2015-03-061-0/+1
| | | |
* | | | [vidme] ModernizePhilipp Hagemeister2015-03-051-6/+3
| |/ / |/| |
* | | [extremetube] Fix extraction (Closes #5127)Naglis Jonaitis2015-03-051-11/+19
| | |
* | | [playwire] Add extractorSergey M․2015-03-052-0/+79
| | |
* | | [downloader/http] Add missing fields for _hook_progress callJaime Marquínez Ferrándiz2015-03-041-0/+2
| | | | | | | | | | | | | | | | | | It would fail if you run 'youtube-dl --no-part URL' a second time when the file has already been downloaded. (Reported in Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1195779)
* | | [downloader/http] Remove wrong '_hook_progress' call (fixes #5117)Jaime Marquínez Ferrándiz2015-03-031-6/+0
| | |
* | | [lrt] Pass --realtime to rtmpdumpNaglis Jonaitis2015-03-031-0/+1
| | |
* | | [tvplay] Adapt _VALID_URL and test case to domain name changeNaglis Jonaitis2015-03-031-1/+2
| | |