summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [get_exe_version] Do version probes with <&-John Hawkinson2016-10-221-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.1Sergey M․2016-10-213-5/+5
| |
* | [ChangeLog] ActualizeSergey M․2016-10-211-0/+6
| |
* | [adobepass] PEP 8Sergey M․2016-10-211-4/+8
| |
* | [pluralsight] Process all clip URLs (closes #10984)Sergey M․2016-10-211-11/+23
| |
* | release 2016.10.21Sergey M․2016-10-213-5/+5
| |
* | [ChangeLog] ActualizeSergey M․2016-10-211-0/+6
| |
* | [pluralsight] Adapt to new API (closes #10972)Sergey M․2016-10-211-28/+21
| |
* | Revert "[postprocessor/embedthumbnail] Allow mkv to embed thumbnails"Yen Chi Hsuan2016-10-201-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 #10971Yen Chi Hsuan2016-10-201-0/+3
| |
* | Merge pull request #10971 from kasper93/openloadYen Chi Hsuan2016-10-201-0/+5
|\ \ | | | | | | [openload] Fix extraction.
| * | [openload] Fix extraction.Kacper Michajłow2016-10-191-0/+5
|/ / | | | | | | Fixes #10408
* | Credit @raleeper for the Comcast support (#10819)Remita Amine2016-10-191-0/+1
| |
* | Merge pull request #10819 from raleeper/adobepassremitamine2016-10-191-8/+48
|\ \ | | | | | | [adobepass] Add Comcast
| * | [adobepass] Add Comcast with fixed _download_webpage callsraleeper2016-10-191-8/+48
| | |
* | | [natgeo] extract m3u8 formats(closes #10959)Remita Amine2016-10-191-11/+26
| | |
* | | [ChangeLog] Fix typos and add unreleased version headerSergey M․2016-10-201-2/+5
| | |
* | | release 2016.10.19Sergey M․2016-10-193-5/+5
| | |
* | | [ChangeLog] ActualizeSergey M․2016-10-191-0/+18
| | |
* | | [vidzi] Fix extraction (closes #10908, closes #10952)Sergey M․2016-10-191-4/+15
| | |
* | | [utils] Expose PACKED_CODES_RESergey M․2016-10-191-3/+3
| | |
* | | [README.md] Change 'guys' to 'people'Jack Danger Canty2016-10-191-1/+1
| | | | | | | | | Folks at Ubuntu aren't all male so calling them 'guys' is a little odd.
* | | [urplay] add supprt for urskola.se and fix subtitle extraction(closes #10915)Remita Amine2016-10-191-21/+11
| | |
* | | [extractor/common] try to extract non smil wowza mpd manifestsRemita Amine2016-10-192-5/+5
| | |
* | | [extractor/common] detect f4m audio only formatsRemita Amine2016-10-191-0/+9
| | |
* | | [orf] add subtitles support(closes #10939)Remita Amine2016-10-191-0/+10
| | |
* | | [youtube] Fix --no-playlist behavior for youtu.be/id URLs (closes #10896)Sergey M․2016-10-191-3/+26
| | |
* | | [nrk] Improve _VALID_URLSergey M․2016-10-191-1/+14
| | |
* | | [nrk] Relax _VALID_URL (closes #10928)Sergey M․2016-10-191-1/+4
| | |
* | | [nytimes] Fix typoSergey M․2016-10-171-1/+1
| | |
* | | [postprocessor/ffmpeg] PEP 8Sergey M․2016-10-161-1/+1
| | |
* | | [extractor/common] Mention podcast in series fields sectionSergey M․2016-10-161-1/+1
| | |
* | | Credit @johnhawkinson for nytimes podcasts (#10926)Sergey M․2016-10-161-0/+1
| | |
* | | [nytimes] Improve (closes #10926)Sergey M․2016-10-161-51/+61
| | |
* | | [nytimes] Add support for podcastsJohn Hawkinson2016-10-161-5/+65
| | |
* | | [pluralsight] Relax _VALID_URL (closes #10941)Sergey M․2016-10-161-1/+4
| | |
* | | release 2016.10.16Sergey M․2016-10-165-19/+21
| | |
* | | [ChangeLog] ActualizeSergey M․2016-10-161-1/+12
| | |
* | | [huajiao] Improve feed regexSergey M․2016-10-161-1/+1
| | |
* | | [extractors] Change import for theoperaplatform extractorSergey M․2016-10-161-1/+1
| | |
* | | [Beatport] Update extractor name and testsDéstin Reed2016-10-162-6/+6
| | |
* | | [ruutu] Add support for supla.fiarza2016-10-161-2/+14
| | |
* | | [README.md] Improve grammarSimon Morgan2016-10-161-35/+35
| | |
* | | [postprocessor/ffmpeg] Return correct filepath and ext in updated ↵Pierre Mdawar2016-10-161-3/+3
| | | | | | | | | | | | | | | information in FFmpegExtractAudioPP Return correct audio's filepath and ext instead of the video's when extracting audio and audio file already exists.
* | | [theoperaplatform] Rename, fix _VALID_URL and fix testSergey M․2016-10-161-6/+6
| | |
* | | [theoperaplatform] Add extractorJuanjo Benages2016-10-162-0/+17
| | |
* | | [lynda] Fix height for prioritized streamsSergey M․2016-10-161-1/+1
| | |
* | | [lynda] Add fallback extraction scenarioSergey M․2016-10-161-5/+57
| | |
* | | [lynda] Switch to https (closes #10916)Sergey M․2016-10-151-5/+5
| | |
* | | Credit @pyx for the Huajiao extractor (#10917)Yen Chi Hsuan2016-10-151-0/+1
| | |