ynshung / better-yt-shorts

Playback, volume, timestamp controls and more on YouTube Shorts.
GNU General Public License v3.0
240 stars 43 forks source link

Information above title #154

Closed tiagohconte closed 11 months ago

tiagohconte commented 1 year ago

Closes #45

ynshung commented 12 months ago

Since the upload date is already available in the description, would it be redundant if we show it again on the title? I'm afraid it will be cluttered with info until we implement a way to show and hide the info individually.

It would be better also to have two individual pr for the issue fix and upload date functionality so we can merge one of them first

@adsuth wdyt?

tiagohconte commented 12 months ago

Since the upload date is already available in the description, would it be redundant if we show it again on the title? I'm afraid it will be cluttered with info until we implement a way to show and hide the info individually.

@ynshung I can't see the problem with that, the views count is also in the description. About the hide option, we should create an issue so we remember to implement that later.

Also, just noticed that this feature was requested before (#45).

It would be better also to have two individual pr for the issue fix and upload date functionality so we can merge one of them first

Done. I changed the branch so the getViews function is the same as before.