Skip to content

Commit

Permalink
Create youtube-dl.config
Browse files Browse the repository at this point in the history
  • Loading branch information
Acenl12 authored Nov 20, 2023
1 parent 91a50f6 commit 0bb2427
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions youtube-dl.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-o "videos/%(id)s/%(title)s.%(ext)s"
# To reduce output video filesize, use the following instead to limit to [height<1080][fps<?60]
#-f 'best[height<1080][fps<?60]' -o "videos/%(id)s/%(title)s.%(ext)s"
--user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36"
--quiet

0 comments on commit 0bb2427

Please sign in to comment.