Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
* README.md: Add missing tag.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add Youku in video password description.
|
|
|
|
|
|
Updated line numbers in the fragment portion of README links.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
downloader option
|
|
|
|
|
|
|
|
attribute
|
|
|
|
|
|
|
|
|
|
As the "LG Time Machine" (a (not so) smart TV) has a limitation for video dimensions (as for codecs), I take to implement an extra parameter `--pp-params` where we can send extra parameterization for the video converter (post-processor).
Example:
```
$ youtube-dl --recode-video=xvid --pp-params='-s 720x480' -c https://www.youtube.com/watch?v=BE7Qoe2ZiXE
```
That works fine on a 4yo LG Time Machine.
Closes #5733
|
|
|
|
|
|
After installing youtube-dl with this method
sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+xr /usr/local/bin/youtube-dl
When i try to use it, i get this error
python: can't open file '/usr/local/bin/youtube-dl': [Errno 13] Permission denied
The correct chmod is a+xr
|
|
|
|
|
|
|
|
|
|
Remove the --max-quality option
|
|
|
|
|
|
bestvideo+bestaudio/best
|
|
|
|
|
|
|
|
|
|
|