mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	release 2015.06.15
This commit is contained in:
		| @@ -52,7 +52,7 @@ which means you can modify it, redistribute it or use it however you like. | |||||||
|     -i, --ignore-errors              Continue on download errors, for example to skip unavailable videos in a playlist |     -i, --ignore-errors              Continue on download errors, for example to skip unavailable videos in a playlist | ||||||
|     --abort-on-error                 Abort downloading of further videos (in the playlist or the command line) if an error occurs |     --abort-on-error                 Abort downloading of further videos (in the playlist or the command line) if an error occurs | ||||||
|     --dump-user-agent                Display the current browser identification |     --dump-user-agent                Display the current browser identification | ||||||
|     --list-extractors                List all supported extractors and the URLs they would handle |     --list-extractors                List all supported extractors | ||||||
|     --extractor-descriptions         Output descriptions of all supported extractors |     --extractor-descriptions         Output descriptions of all supported extractors | ||||||
|     --default-search PREFIX          Use this prefix for unqualified URLs. For example "gvsearch2:" downloads two videos from google videos for youtube-dl "large apple". |     --default-search PREFIX          Use this prefix for unqualified URLs. For example "gvsearch2:" downloads two videos from google videos for youtube-dl "large apple". | ||||||
|                                      Use the value "auto" to let youtube-dl guess ("auto_warning" to emit a warning when guessing). "error" just throws an error. The |                                      Use the value "auto" to let youtube-dl guess ("auto_warning" to emit a warning when guessing). "error" just throws an error. The | ||||||
| @@ -223,7 +223,7 @@ which means you can modify it, redistribute it or use it however you like. | |||||||
|                                      parameters replace existing values. Additional templates: %(album)s, %(artist)s. Example: --metadata-from-title "%(artist)s - |                                      parameters replace existing values. Additional templates: %(album)s, %(artist)s. Example: --metadata-from-title "%(artist)s - | ||||||
|                                      %(title)s" matches a title like "Coldplay - Paradise" |                                      %(title)s" matches a title like "Coldplay - Paradise" | ||||||
|     --xattrs                         Write metadata to the video file's xattrs (using dublin core and xdg standards) |     --xattrs                         Write metadata to the video file's xattrs (using dublin core and xdg standards) | ||||||
|     --fixup POLICY                   Automatically correct known faults of the file. One of never (do nothing), warn (only emit a warning), detect_or_warn(the default; |     --fixup POLICY                   Automatically correct known faults of the file. One of never (do nothing), warn (only emit a warning), detect_or_warn (the default; | ||||||
|                                      fix file if we can, warn otherwise) |                                      fix file if we can, warn otherwise) | ||||||
|     --prefer-avconv                  Prefer avconv over ffmpeg for running the postprocessors (default) |     --prefer-avconv                  Prefer avconv over ffmpeg for running the postprocessors (default) | ||||||
|     --prefer-ffmpeg                  Prefer ffmpeg over avconv for running the postprocessors |     --prefer-ffmpeg                  Prefer ffmpeg over avconv for running the postprocessors | ||||||
|   | |||||||
| @@ -120,6 +120,8 @@ | |||||||
|  - **divxstage**: DivxStage |  - **divxstage**: DivxStage | ||||||
|  - **Dotsub** |  - **Dotsub** | ||||||
|  - **DouyuTV** |  - **DouyuTV** | ||||||
|  |  - **dramafever** | ||||||
|  |  - **dramafever:series** | ||||||
|  - **DRBonanza** |  - **DRBonanza** | ||||||
|  - **Dropbox** |  - **Dropbox** | ||||||
|  - **DrTuber** |  - **DrTuber** | ||||||
| @@ -153,6 +155,7 @@ | |||||||
|  - **fernsehkritik.tv** |  - **fernsehkritik.tv** | ||||||
|  - **fernsehkritik.tv:postecke** |  - **fernsehkritik.tv:postecke** | ||||||
|  - **Firstpost** |  - **Firstpost** | ||||||
|  |  - **FiveTV** | ||||||
|  - **Flickr** |  - **Flickr** | ||||||
|  - **Folketinget**: Folketinget (ft.dk; Danish parliament) |  - **Folketinget**: Folketinget (ft.dk; Danish parliament) | ||||||
|  - **FootyRoom** |  - **FootyRoom** | ||||||
| @@ -217,6 +220,7 @@ | |||||||
|  - **instagram:user**: Instagram user profile |  - **instagram:user**: Instagram user profile | ||||||
|  - **InternetVideoArchive** |  - **InternetVideoArchive** | ||||||
|  - **IPrima** |  - **IPrima** | ||||||
|  |  - **iqiyi** | ||||||
|  - **ivi**: ivi.ru |  - **ivi**: ivi.ru | ||||||
|  - **ivi:compilation**: ivi.ru compilations |  - **ivi:compilation**: ivi.ru compilations | ||||||
|  - **Izlesene** |  - **Izlesene** | ||||||
| @@ -407,6 +411,7 @@ | |||||||
|  - **rutube:movie**: Rutube movies |  - **rutube:movie**: Rutube movies | ||||||
|  - **rutube:person**: Rutube person videos |  - **rutube:person**: Rutube person videos | ||||||
|  - **RUTV**: RUTV.RU |  - **RUTV**: RUTV.RU | ||||||
|  |  - **Ruutu** | ||||||
|  - **safari**: safaribooksonline.com online video |  - **safari**: safaribooksonline.com online video | ||||||
|  - **safari:course**: safaribooksonline.com online courses |  - **safari:course**: safaribooksonline.com online courses | ||||||
|  - **Sandia**: Sandia National Laboratories |  - **Sandia**: Sandia National Laboratories | ||||||
| @@ -519,6 +524,8 @@ | |||||||
|  - **TV2** |  - **TV2** | ||||||
|  - **TV2Article** |  - **TV2Article** | ||||||
|  - **TV4**: tv4.se and tv4play.se |  - **TV4**: tv4.se and tv4play.se | ||||||
|  |  - **TVC** | ||||||
|  |  - **TVCArticle** | ||||||
|  - **tvigle**: Интернет-телевидение Tvigle.ru |  - **tvigle**: Интернет-телевидение Tvigle.ru | ||||||
|  - **tvp.pl** |  - **tvp.pl** | ||||||
|  - **tvp.pl:Series** |  - **tvp.pl:Series** | ||||||
|   | |||||||
| @@ -1,3 +1,3 @@ | |||||||
| from __future__ import unicode_literals | from __future__ import unicode_literals | ||||||
|  |  | ||||||
| __version__ = '2015.06.04.1' | __version__ = '2015.06.15' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister