You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
975 B
80 lines
975 B
3 years ago
|
---
|
||
|
|
||
|
Tag: ["Admin", "Computer", "App", "CommandLine", "Youtube"]
|
||
|
Date: 2021-08-10
|
||
|
DocType: "Product"
|
||
|
Hierarchy: "NonRoot"
|
||
|
TimeStamp:
|
||
|
Product:
|
||
|
Type: "IT"
|
||
|
Link: "https://github.com/ytdl-org/youtube-dl"
|
||
|
Value: "Free"
|
||
|
|
||
|
---
|
||
|
|
||
|
Parent:: [[Applications]]
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
```button
|
||
|
name Edit Product parameters
|
||
|
type command
|
||
|
action MetaEdit: Run MetaEdit
|
||
|
id EditMetaData
|
||
|
```
|
||
|
^button-YTdlMDEdit
|
||
|
|
||
|
```button
|
||
|
name Save
|
||
|
type command
|
||
|
action Save current file
|
||
|
id Save
|
||
|
```
|
||
|
^button-YTdlSave
|
||
|
|
||
|
 
|
||
|
|
||
|
# youtube-dl
|
||
|
|
||
|
 
|
||
|
|
||
|
```ad-abstract
|
||
|
title: Summary
|
||
|
collapse: open
|
||
|
Command-line to download videos from Youtube
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
```toc
|
||
|
style: number
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
### Resource
|
||
|
|
||
|
[Link to resource](https://github.com/ytdl-org/youtube-dl)
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
### Script
|
||
|
|
||
|
 
|
||
|
|
||
|
1. In Terminal, run
|
||
|
|
||
|
```ad-command
|
||
|
~~~
|
||
|
youtube-dl -o “C:/MyVideos/%(series)s/%(season_number)s - %(season)s/%(episode_number)s - %(episode)s.%(ext)s” https://videomore.ru/kino_v_detalayah/5_sezon/367617
|
||
|
~~~
|
||
|
```
|