Utoljára aktív 1749893504

Revízió 4aafa8969d1e0736712a349a87ead17c99f9d881

download-youtube-videos.sh Eredeti
1#!/bin/bash
2path="/path/to/youtube-folder"
3
4sudo chown -R user:user "${path}"
5
6yt-dlp --config-location "ytdlp-config.txt" -a "${path}/channels.txt"
7
8echo
9echo "Deleting JSON files"
10echo
11for file in "${path}"/*/*.json; do
12 if [ -f "$file" ]; then
13 sudo rm "$file"
14 fi
15done
16
17echo "Done"
18echo
19
20# Making it possible for you to delete files directly from Jellyfin
21sudo chown -R jellyfin:jellyfin "${path}"
22
23
24
25# ytdlp-config.txt
26--progress
27--ignore-errors
28--check-formats
29--format "bestvideo[height<=1080][ext=mkv]+bestaudio[ext=m4a]/best[ext=mkv]/best"
30--merge-output mkv
31--write-info-json
32--write-annotations
33--write-thumbnail
34--convert-thumbnails jpg
35--embed-thumbnail
36--embed-chapters
37--embed-info-json
38--ignore-errors
39--add-metadata
40--restrict-filenames
41--concurrent-fragments 3
42--sponsorblock-mark all,-preview,-filler,-interaction
43--dateafter now-7days
44--playlist-end 10
45--no-playlist
46--cookies-from-browser firefox:vzh1hdbr.default-release
47--compat-options no-youtube-unavailable-videos
48--match-filter "!is_live & live_status!=is_upcoming & availability=public & title!*=WAN"
49--download-archive "/path/to/youtube/downloaded.txt"
50-o "/path/to/youtube/%(channel)s/%(upload_date>%Y-%m-%d)s - %(title)s [%(id)s].%(ext)s"
51
52
53# channels.txt
54https://piped.video/channel/UCRiYVwfoEnKfweISfKytuQw # Akimbo
55https://piped.video/channel/UCxXlxVmarXu3n340ah5xwqA # Astrobiscuit
56#https://piped.video/channel/UCTEEa35OCDcJDh-lwbXehdg # CantrellCaving
57https://piped.video/channel/UCg6gPGh8HU2U01vaFCAsvmQ # Chris Titus Tech
58#https://piped.video/channel/UCvfqpaehdaqtkXPNhvJRyGA # Dash Cam Owners Australia
59https://piped.video/channel/UCdC0An4ZPNr_YiFiYoVbwaw # Daily Dose of Internet
60https://piped.video/channel/UCTIa8uo_aisNdqQpMf4wKTg # DailyDoseOfInternetCats
61https://piped.video/channel/UCnetiRHPnIMBCm-yY4m69qA # Dashcam Lessons
62https://piped.video/channel/UCOS7jdle9zw_HnKW4ytZnDw # Dashcam Nation
63https://piped.video/channel/UCqOoboPm3uhY_YXhvhmL-WA # Discovery
64https://piped.video/channel/UCxByVUuLdxxiqQVmbOnDEzw # Erik Granqvist
65#https://piped.video/channel/UCPq2ETz4aAGo2Z-8JisDPIA # ESL Counter-Strike
66#https://piped.video/channel/UC73dVtWf9mpjiWYkXyIlm7A # Exploring the Unbeaten Path
67https://piped.video/channel/UCPDis9pjXuqyI7RYLJ-TTSA # FailArmy
68https://piped.video/channel/UCt8CdzMEoTie3iix3KmvV7A # GameSprout
69#https://piped.video/channel/UC5SlWFFu-YvbujLKa0zoNGw # Idiot Drivers
70#https://piped.video/channel/UCXE0IwEN5HkDohBq2ebv5Bw # Idiots In Cars
71https://piped.video/channel/UCw7FkXsC00lH2v2yB5LQoYA # jackfrags
72https://piped.video/channel/UCWFKCr40YwOZQx8FHU_ZqqQ # JerryRigEverything
73https://piped.video/channel/UCla1P6TzCetvMHJ6ZHyXxgA # Kanal 5 Sverige
74#https://piped.video/channel/UCsXVk37bltHxD1rDPwtNM8Q # Kurzgesagt - In a Nutshell
75#https://piped.video/channel/UCpJmBQ8iNHXeQ7jQWDyGe3A # Life Noggin
76#https://piped.video/channel/UCXuqSBlHAE6Xw-yeJA0Tunw # Linus Tech Tips
77#https://piped.video/channel/UCKIrZr7WuPFgFy7OfkAuHOw # MegaDrivingSchool
78#https://piped.video/channel/UCS67mNnpfnHsU3IQYNHLToA # Most Dangerous
79https://piped.video/channel/UCpVm7bg6pXKo1Pr6k5kxG9A # National Geographic
80https://piped.video/channel/UCDPk9MG2RexnOMGTD-YnSnA # Nat Geo Wild
81#https://piped.video/channel/UCL-g3eGJi1omSDSz48AML-g # NVIDIA GeForce
82https://piped.video/channel/UC-ihxmkocezGSm9JcKg1rfw # OperatorDrewski
83https://piped.video/channel/UCfpCQ89W9wjkHc8J_6eTbBg # Outdoor Boys
84#https://piped.video/channel/UCKGe7fZ_S788Jaspxg-_5Sg # PC Security Channel
85#https://piped.video/channel/UCwdsaWtA70AiVeALp2ux6RA # RamenStyle
86#https://piped.video/channel/UCs5QhJQF9I1m81bCJy0WO-w # Real History
87https://piped.video/channel/UCB1qBlpuLMi2ydz8zxFfLfw # Ribecka
88https://piped.video/channel/UC8kQrh-1JyFZ3RiTHHKMt7A # Ruby Dashcam Academy
89https://piped.video/channel/UCRtsZ5Iak9wSLsQLQ3XOAeA # SciManDan
90#https://piped.video/channel/UCZpZTSdvEgVf0BqTqf9NjNg # Sean Dalton
91https://piped.video/channel/UCpXwMqnXfJzazKS5fJ8nrVw # shiey
92https://piped.video/channel/UCUMwsAsbK-SsW5GHufJJFUA # SHL
93https://piped.video/channel/UCpB959t8iPrxQWj7G6n0ctQ # SSSniperWolf
94https://piped.video/channel/UCQD3awTLw9i8Xzh85FKsuJA # SovietWomble
95#https://piped.video/channel/UCHnyfMqiRRG1u-2MsSQLbXA # Veritasium
96https://piped.video/channel/UCYfnmhHA2O-q1JHPJDWpaOQ # Volvo Dashcam
97#https://piped.video/channel/UCvz84_Q0BbvZThy75mbd-Dg # Zack D. Films