- 30 Oct, 2016 6 commits
-
-
Sergey M․ authored
-
Sergey M․ authored
-
Sergey M․ authored
-
dundua authored
-
Yen Chi Hsuan authored
Closes #11073 In the provided link, SWF params give up to 720P, and VideoConfig gives 1080P for both best and bestvideo. I guess all Facebook videos supports HTML5 now, so I remove the old detection for SWF params
-
Yen Chi Hsuan authored
-
- 29 Oct, 2016 3 commits
-
-
Sergey M․ authored
-
Sergey M․ authored
-
Yen Chi Hsuan authored
Thanks @TwelveCharzz again for studying openload codes
-
- 28 Oct, 2016 1 commit
-
-
Sergey M․ authored
-
- 26 Oct, 2016 9 commits
-
-
neutric authored
-
Yen Chi Hsuan authored
-
Remita Amine authored
-
Yen Chi Hsuan authored
-
Remita Amine authored
-
Sergey M․ authored
-
Sergey M․ authored
-
Sergey M․ authored
-
Remita Amine authored
-
- 25 Oct, 2016 2 commits
- 24 Oct, 2016 10 commits
-
-
Sergey M․ authored
-
Sergey M․ authored
[ci skip]
-
Sergey M․ authored
-
Thor77 authored
-
Sergey M․ authored
-
Sergey M․ authored
-
Sergey M․ authored
-
Zhong Jianxin authored
-
Sergey M․ authored
-
Yen Chi Hsuan authored
-
- 23 Oct, 2016 4 commits
-
-
Yen Chi Hsuan authored
-
Sergey M․ authored
-
Sergey M․ authored
-
Sergey M․ authored
-
- 22 Oct, 2016 5 commits
-
-
Sergey M․ authored
-
Yen Chi Hsuan authored
-
Yen Chi Hsuan authored
-
Yen Chi Hsuan authored
-
John Hawkinson authored
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.
-