Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [openload] Fix extraction (#10408) | Yen Chi Hsuan | 2016-10-29 | 2 | -1/+2 | |
| | | | | Thanks @TwelveCharzz again for studying openload codes | |||||
* | [gvsearch] Modernize and fix page result request (closes #11051) | Sergey M․ | 2016-10-28 | 1 | -9/+9 | |
| | ||||||
* | [ard] Fix typo | neutric | 2016-10-27 | 1 | -1/+1 | |
| | ||||||
* | [adultswim] Fix extraction (closes #10979) | Yen Chi Hsuan | 2016-10-27 | 2 | -0/+24 | |
| | ||||||
* | [nobelprize] Add new extractor(closes #9999) | Remita Amine | 2016-10-26 | 2 | -0/+63 | |
| | ||||||
* | [hornbunny] Fix extraction (#10981) | Yen Chi Hsuan | 2016-10-27 | 2 | -20/+19 | |
| | ||||||
* | [tvp] improve video id extraction(closes #10585) | Remita Amine | 2016-10-26 | 1 | -1/+2 | |
| | ||||||
* | release 2016.10.26 | Sergey M․ | 2016-10-26 | 4 | -5/+7 | |
| | ||||||
* | [ChangeLog] Actualize | Sergey M․ | 2016-10-26 | 1 | -0/+8 | |
| | ||||||
* | [rentv] Move rentv test from generic extractor and add only matching tests | Sergey M․ | 2016-10-26 | 2 | -18/+24 | |
| | ||||||
* | [rentv] Add new extractor(closes #10620) | Remita Amine | 2016-10-26 | 2 | -0/+60 | |
| | ||||||
* | [ard] Detect unavailable videos (closes #11018) | Sergey M․ | 2016-10-25 | 1 | -4/+10 | |
| | ||||||
* | [vk] Fix extraction (closes #11022) | Sergey M․ | 2016-10-25 | 1 | -3/+12 | |
| | ||||||
* | release 2016.10.25 | Sergey M․ | 2016-10-25 | 4 | -6/+10 | |
| | ||||||
* | [ChangeLog] Actualize | Sergey M․ | 2016-10-25 | 1 | -0/+1 | |
| | | | | [ci skip] | |||||
* | [jamendo] Improve | Sergey M․ | 2016-10-25 | 2 | -61/+54 | |
| | ||||||
* | [jamendo] Add extractor | Thor77 | 2016-10-25 | 2 | -0/+118 | |
| | ||||||
* | [ChangeLog] Actualize | Sergey M․ | 2016-10-25 | 1 | -0/+5 | |
| | ||||||
* | Credit @azuwis for pandatv (#10736) | Sergey M․ | 2016-10-25 | 1 | -0/+1 | |
| | ||||||
* | [pandatv] Extract m3u8, document reverse source and PEP 8 | Sergey M․ | 2016-10-25 | 1 | -22/+29 | |
| | ||||||
* | [pandatv] Add new extractor | Zhong Jianxin | 2016-10-25 | 2 | -0/+85 | |
| | ||||||
* | [movieclips] Fix _VALID_URL | Sergey M․ | 2016-10-24 | 1 | -1/+1 | |
| | ||||||
* | [dotsub] Support vimeo embed (closes #10964) | Yen Chi Hsuan | 2016-10-24 | 2 | -8/+39 | |
| | ||||||
* | [litv] Fix extraction (#11006) | Yen Chi Hsuan | 2016-10-23 | 2 | -22/+20 | |
| | ||||||
* | [vimeo] Delegate ondemand redirects to ondemand extractor (closes #10994) | Sergey M․ | 2016-10-23 | 1 | -1/+22 | |
| | ||||||
* | [vivo] Fix extraction (closes #11003) | Sergey M․ | 2016-10-23 | 2 | -40/+65 | |
| | ||||||
* | [twitch:stream] Add support for rebroadcasts (closes #10995) | Sergey M․ | 2016-10-23 | 1 | -1/+2 | |
| | ||||||
* | [pluralsight] Fix subtitles conversion (closes #10990) | Sergey M․ | 2016-10-22 | 1 | -3/+7 | |
| | ||||||
* | Merge branch 'johnhawkinson-stdin2' | Yen Chi Hsuan | 2016-10-22 | 2 | -0/+10 | |
|\ | ||||||
| * | [ChangeLog] Update for #10996 | Yen Chi Hsuan | 2016-10-22 | 1 | -0/+6 | |
| | | ||||||
| * | [utils] Clarify for redirecting STDIN in get_exe_version() | Yen Chi Hsuan | 2016-10-22 | 1 | -0/+3 | |
| | | ||||||
| * | [get_exe_version] Do version probes with <&- | John Hawkinson | 2016-10-22 | 1 | -0/+1 | |
|/ | | | | | | | | | | | | | | | | | | | | | | When doing version probes for ffmpeg, do the equivalent of calling it as: ffmpeg -version <&- Where <&- is shell syntax for closing stdin before calling the program. This is roughly equivalent to </dev/null without actually opening /dev/null. This prevents ffmpeg -version from hanging when run in the background. Fixes #955. The reason is that ffmpeg tries to manipulate stdin to set up terminal characteristic, and that causes the kernel to suspend the parent process (youtube-dl). Note that closing stdin is achieved by calling subprocess.Popen() with stdin set to subprocess.PIPE and without passing any input to Popen.communicate(). This is somewhat subtle. | |||||
* | release 2016.10.21.1 | Sergey M․ | 2016-10-21 | 3 | -5/+5 | |
| | ||||||
* | [ChangeLog] Actualize | Sergey M․ | 2016-10-21 | 1 | -0/+6 | |
| | ||||||
* | [adobepass] PEP 8 | Sergey M․ | 2016-10-21 | 1 | -4/+8 | |
| | ||||||
* | [pluralsight] Process all clip URLs (closes #10984) | Sergey M․ | 2016-10-21 | 1 | -11/+23 | |
| | ||||||
* | release 2016.10.21 | Sergey M․ | 2016-10-21 | 3 | -5/+5 | |
| | ||||||
* | [ChangeLog] Actualize | Sergey M․ | 2016-10-21 | 1 | -0/+6 | |
| | ||||||
* | [pluralsight] Adapt to new API (closes #10972) | Sergey M․ | 2016-10-21 | 1 | -28/+21 | |
| | ||||||
* | Revert "[postprocessor/embedthumbnail] Allow mkv to embed thumbnails" | Yen Chi Hsuan | 2016-10-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | This reverts commit 7360db05b43741c2dfa1fd024e9c2f013ed97c9e. This commit was added as an attempt to fix #6046. Unfortunately, the fix is completely wrong. As reported on #10359, embedded thumbnails are not displayed in VLC, and Se7en on IRC reports that the embedded thumbnail misleads mpv as well. The correct way is using -attachment of ffmpeg, while the current run_ffmpeg_multiple_files API can't handle it cleanly. | |||||
* | [ChangeLog] Update for #10971 | Yen Chi Hsuan | 2016-10-20 | 1 | -0/+3 | |
| | ||||||
* | Merge pull request #10971 from kasper93/openload | Yen Chi Hsuan | 2016-10-20 | 1 | -0/+5 | |
|\ | | | | | [openload] Fix extraction. | |||||
| * | [openload] Fix extraction. | Kacper Michajłow | 2016-10-19 | 1 | -0/+5 | |
|/ | | | | Fixes #10408 | |||||
* | Credit @raleeper for the Comcast support (#10819) | Remita Amine | 2016-10-19 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #10819 from raleeper/adobepass | remitamine | 2016-10-19 | 1 | -8/+48 | |
|\ | | | | | [adobepass] Add Comcast | |||||
| * | [adobepass] Add Comcast with fixed _download_webpage calls | raleeper | 2016-10-19 | 1 | -8/+48 | |
| | | ||||||
* | | [natgeo] extract m3u8 formats(closes #10959) | Remita Amine | 2016-10-19 | 1 | -11/+26 | |
| | | ||||||
* | | [ChangeLog] Fix typos and add unreleased version header | Sergey M․ | 2016-10-20 | 1 | -2/+5 | |
| | | ||||||
* | | release 2016.10.19 | Sergey M․ | 2016-10-19 | 3 | -5/+5 | |
| | | ||||||
* | | [ChangeLog] Actualize | Sergey M․ | 2016-10-19 | 1 | -0/+18 | |
| | |