If you want to create a build of youtube-dl yourself, you'll need
* python
-* make
+* make (both GNU make and BSD make are supported)
* pandoc
* zip
* nosetests
(e.g. 50K or 4.2M)
-R, --retries RETRIES Number of retries (default is 10), or
"infinite".
+ --fragment-retries RETRIES Number of retries for a fragment (default
+ is 10), or "infinite" (DASH only)
--buffer-size SIZE Size of download buffer (e.g. 1024 or 16K)
(default is 1024)
--no-resize-buffer Do not automatically adjust the buffer
--no-post-overwrites Do not overwrite post-processed files; the
post-processed files are overwritten by
default
- --embed-subs Embed subtitles in the video (only for mkv
- and mp4 videos)
+ --embed-subs Embed subtitles in the video (only for mp4,
+ webm and mkv videos)
--embed-thumbnail Embed thumbnail in the audio as cover art
--add-metadata Write metadata to the video file
--metadata-from-title FORMAT Parse additional metadata like song title /
- **Bigflix**
- **Bild**: Bild.de
- **BiliBili**
+ - **BioBioChileTV**
- **BleacherReport**
- **BleacherReportCMS**
- **blinkx**
- **CBSNews**: CBS News
- **CBSNewsLiveVideo**: CBS News Live Videos
- **CBSSports**
+ - **CDA**
- **CeskaTelevize**
- **channel9**: Channel 9
- **Chaturbate**
- **GPUTechConf**
- **Groupon**
- **Hark**
+ - **HBO**
- **HearThisAt**
- **Heise**
- **HellPorno**
- **MiTele**: mitele.es
- **mixcloud**
- **MLB**
+ - **Mnet**
- **MoeVideo**: LetitBit video services: moevideo.net, playreplay.net and videochart.net
- **Mofosex**
- **Mojvideo**
- **OnionStudios**
- **Ooyala**
- **OoyalaExternal**
+ - **Openload**
- **OraTV**
- **orf:fm4**: radio FM4
- **orf:iptv**: iptv.ORF.at
- **RUTV**: RUTV.RU
- **Ruutu**
- **safari**: safaribooksonline.com online video
+ - **safari:api**
- **safari:course**: safaribooksonline.com online courses
- **Sandia**: Sandia National Laboratories
- **Sapo**: SAPO VĂdeos
- **TheOnion**
- **ThePlatform**
- **ThePlatformFeed**
+ - **TheScene**
- **TheSixtyOne**
- **TheStar**
- **ThisAmericanLife**
- **youtube:channel**: YouTube.com channels
- **youtube:favorites**: YouTube.com favourite videos, ":ytfav" for short (requires authentication)
- **youtube:history**: Youtube watch history, ":ythistory" for short (requires authentication)
+ - **youtube:live**: YouTube.com live streams
- **youtube:playlist**: YouTube.com playlists
- **youtube:playlists**: YouTube.com user/channel playlists
- **youtube:recommended**: YouTube.com recommended videos, ":ytrec" for short (requires authentication)
from __future__ import unicode_literals
-__version__ = '2016.03.18'
+__version__ = '2016.03.25'