Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Vlive %(upload_date)s #22830
Vlive %(upload_date)s #22830
Comments
|
@ExodusHour There doesn't seem to be an obvious way to get the upload date of a video with precision. However if all you care about is the order of the videos in a playlist you should be able to use the ID of the video itself. The IDs are numeric and sequential so should give you the same order as the upload date. Using the playlist
Just eyeballing the list, it looks to be in numeric order. |
|
Yeah that's what I found out and ended up using the IDs. Thank you for trying. |
Checklist
Question
Is it possible to get the %(upload_date)s of vlive videos? Currently it just comes up as "NA". Right now I'm using %(playlist_index)s to keep the upload order when downloading channels but videos are sometimes deleted so when I rerun the download I end up getting some duplicate numbers.