Skip to content

RandomGamingDev/yt-times

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtube Times aka yt-times

An Extension that replaces the undescriptive youtube time with the exact absolute time of release. Perfect for all your Internet Historian needs!

Available for Chrome & Firefox on Mobile & PC under the MIT License

image

Results

So youtube now produces the exact date like this:

image

instead of this:

image

How it works

For each video, it takes the URL and fetches the video's page before scraping the exact time of upload.
It doesn't use the Youtube API so that I could avoid having to implement it in a way that would either require a proxy, OAuth validation that could deter users, or publicly revealing a Youtube API Token key as well as not have to worry about any usage limits.