Created
October 1, 2024 15:40
-
-
Save chasetb/5eb38647b6c62a14ed156c3799378b8c to your computer and use it in GitHub Desktop.
ytdl-sub subscriptions file template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# subscriptions.yaml: | |
# Everything in here can be downloaded using the command: | |
# ytdl-sub sub subscriptions.yaml | |
# __preset__ is a place to define global overrides for all subscriptions | |
__preset__: | |
overrides: | |
# Root folder of all ytdl-sub TV Shows | |
tv_show_directory: "/tv_shows" | |
tv_show_content_rating_default: "TV-14" | |
# For 'Only Recent' preset, only keep vids within this range and limit | |
only_recent_date_range: "2months" | |
only_recent_max_files: 30 | |
################################################################### | |
Custom Jellyfin: | |
= Comedy | = TV-14: | |
"Pitch Meeting": "https://www.youtube.com/@PitchMeetings" | |
"How It Should Have Ended": "https://www.youtube.com/@HowItShouldHaveEnded" | |
"Glove And Boots": "https://www.youtube.com/@GloveandbootsOfficial" | |
= How-to | = TV-Y: | |
"Wicked Makers": "https://www.youtube.com/@WickedMakers" | |
"3D Sanago": "https://www.youtube.com/@sanago" | |
"Punished Props Academy": "https://www.youtube.com/@punishedprops" | |
"KamuiCosplay": "https://www.youtube.com/@KamuiCosplay" | |
"Zac Builds": "https://www.youtube.com/@ZacBuilds" | |
= Docuseries | = TV-14: | |
"Secret Galaxy": "https://www.youtube.com/@SecretGalaxyTV" | |
"Gaming Historian": "https://www.youtube.com/@GamingHistorian" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment