aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-25release 2016.10.252016.10.25Sergey M․
2016-10-25[ChangeLog] ActualizeSergey M․
[ci skip]
2016-10-25[jamendo] ImproveSergey M․
2016-10-25[jamendo] Add extractorThor77
2016-10-25[ChangeLog] ActualizeSergey M․
2016-10-25Credit @azuwis for pandatv (#10736)Sergey M․
2016-10-25[pandatv] Extract m3u8, document reverse source and PEP 8Sergey M․
2016-10-25[pandatv] Add new extractorZhong Jianxin
2016-10-24[movieclips] Fix _VALID_URLSergey M․
2016-10-24[dotsub] Support vimeo embed (closes #10964)Yen Chi Hsuan
2016-10-23[litv] Fix extraction (#11006)Yen Chi Hsuan
2016-10-23[vimeo] Delegate ondemand redirects to ondemand extractor (closes #10994)Sergey M․
2016-10-23[vivo] Fix extraction (closes #11003)Sergey M․
2016-10-23[twitch:stream] Add support for rebroadcasts (closes #10995)Sergey M․
2016-10-22[pluralsight] Fix subtitles conversion (closes #10990)Sergey M․
2016-10-22Merge branch 'johnhawkinson-stdin2'Yen Chi Hsuan
2016-10-22[ChangeLog] Update for #10996Yen Chi Hsuan
2016-10-22[utils] Clarify for redirecting STDIN in get_exe_version()Yen Chi Hsuan
2016-10-22[get_exe_version] Do version probes with <&-John Hawkinson
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.
2016-10-21release 2016.10.21.12016.10.21.1Sergey M․
2016-10-21[ChangeLog] ActualizeSergey M․
2016-10-21[adobepass] PEP 8Sergey M․
2016-10-21[pluralsight] Process all clip URLs (closes #10984)Sergey M․
2016-10-21release 2016.10.212016.10.21Sergey M․
2016-10-21[ChangeLog] ActualizeSergey M․
2016-10-21[pluralsight] Adapt to new API (closes #10972)Sergey M․
2016-10-20Revert "[postprocessor/embedthumbnail] Allow mkv to embed thumbnails"Yen Chi Hsuan
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.
2016-10-20[ChangeLog] Update for #10971Yen Chi Hsuan
2016-10-20Merge pull request #10971 from kasper93/openloadYen Chi Hsuan
[openload] Fix extraction.
2016-10-19[openload] Fix extraction.Kacper Michajłow
Fixes #10408
2016-10-19Credit @raleeper for the Comcast support (#10819)Remita Amine
2016-10-19Merge pull request #10819 from raleeper/adobepassremitamine
[adobepass] Add Comcast
2016-10-19[natgeo] extract m3u8 formats(closes #10959)Remita Amine
2016-10-20[ChangeLog] Fix typos and add unreleased version headerSergey M․
2016-10-19[adobepass] Add Comcast with fixed _download_webpage callsraleeper
2016-10-19release 2016.10.192016.10.19Sergey M․
2016-10-19[ChangeLog] ActualizeSergey M․
2016-10-19[vidzi] Fix extraction (closes #10908, closes #10952)Sergey M․
2016-10-19[utils] Expose PACKED_CODES_RESergey M․
2016-10-19[README.md] Change 'guys' to 'people'Jack Danger Canty
Folks at Ubuntu aren't all male so calling them 'guys' is a little odd.
2016-10-19[urplay] add supprt for urskola.se and fix subtitle extraction(closes #10915)Remita Amine
2016-10-19[extractor/common] try to extract non smil wowza mpd manifestsRemita Amine
2016-10-19[extractor/common] detect f4m audio only formatsRemita Amine
2016-10-19[orf] add subtitles support(closes #10939)Remita Amine
2016-10-19[youtube] Fix --no-playlist behavior for youtu.be/id URLs (closes #10896)Sergey M․
2016-10-19[nrk] Improve _VALID_URLSergey M․
2016-10-19[nrk] Relax _VALID_URL (closes #10928)Sergey M․
2016-10-17[nytimes] Fix typoSergey M․
2016-10-16[postprocessor/ffmpeg] PEP 8Sergey M․
2016-10-16[extractor/common] Mention podcast in series fields sectionSergey M․