Skip to content

[ytdl] Problem with yt-dlp plugin #4856

Closed Answered by mikf
masha9000 asked this question in Q&A
Discussion options

You must be logged in to vote

You could've also used a metadata and mtime gdl post processor, although they would only be able to set the mtime of main video files. Any info.json etc files generated by yt-dlp would not be touched by them.

            "postprocessors": [
                {
                    "name": "metadata",
                    "mode": "modify",
                    "fields": {
                        "date": "{upload_date:D%Y%m%d}"
                    }
                },
                {
                    "name": "mtime"
                }
            ]

(This is what I've personally used when archiving some YT channels before they get deleted at the end of the year, although I'm currently using a…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by masha9000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants