[Question] Update Directory Name On Channel Name Change
See original GitHub issueChecklist
- I’m asking a question
- I’ve looked through the README and FAQ for similar questions
- I’ve searched the bugtracker for similar questions including closed ones
Question
Hello!
I’m asking a question… based on the below scenario :
for example, I’m downloading a channel called LearningVideos
to a folder on my desktop called LearningVideos
.
After some days the channel changes its name to FunnyVideos
.
Is there any possible way to make yt-dlp rename the folder from the old channel name to the new one automatically when a name change is detected?
The reason i’m asking this is sometimes when i download multiple channels to folders named after each channel’s name and when some of these channels make a name change on YouTube, it becomes then a tough task to verify which channels from those i downloaded have changed their name.
I hope i put this in the correct way.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
SharePoint team says the Teams Channel rename bug is ...
I've tested by updating both Standard and Private channels in Teams and the folder names have not been updated in SharePoint hours later...
Read more >How do you rename a channel and folder in Teams ... - YouTube
Do you want to change the name of a channel in Microsoft Teams, but the underlying folder name remains the same as the...
Read more >Teams and SharePoint Online to Synchronize Channel ...
Rename synchronization for channels and folders applies for standard, shared, and private channels. Channels renamed prior to the update are not ...
Read more >How to Change Your YouTube Channel Name (and 44 Name ...
The company rolled out a new feature that will allow you to update your account's aesthetics without needing to change the name and...
Read more >Manage your channel branding - Android - YouTube Help
Brand your YouTube channel's identity by updating your profile picture, channel banner, and video watermark. Change your profile picture.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You can redirect any cmd output to a file. See https://ss64.com/nt/syntax-redirection.html
If you want to print the video id, use
--print id
, for channel id, use--print channel_id
etc. You can also print multiple fields at once using syntax like the output template. For example,--print "%(id)s,%(channel_id)s,%(filename)s"