Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrape video title and channel ID #1128

Open
2 tasks
tweedbeats opened this issue Feb 20, 2025 · 1 comment
Open
2 tasks

Scrape video title and channel ID #1128

tweedbeats opened this issue Feb 20, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@tweedbeats
Copy link

Extension or Userscript?

Extension

Request or suggest a new feature!

I am trying to determine the name of some deleted videos and/or their channel ID, and I think if you added this additional data to you db, you'd provide a massive public service for everyone that is dealing with the issue - at least the video title. I understand this might not be in the scope of this project, but perhaps this data will be of some value for you as well, if not now, then down the line. Thank you.

Ways to implement this!

No response

Can you work on this?

  • Yes
  • No

Will you be available for follow-up questions to help developers implement this?

Yes

@tweedbeats tweedbeats added the enhancement New feature or request label Feb 20, 2025
@jpa102
Copy link

jpa102 commented Feb 22, 2025

this would actually be a great idea, it can provide a brief historical data about that video when it becomes unavailable from the public

if it can collect and retrieve view counts from the api, might as well include the video title too

but i can see why the creator would refuse, it adds up to more storage from the database (kind of like 6tb to 17tb if it included every video title)

the current api returns these:

{
    "id": "<yt_video_id>",
    "dateCreated": "<created_at>",
    "likes": 0,
    "rawDislikes": 0,
    "rawLikes": 0,
    "dislikes": 0,
    "rating": 0,
    "viewCount": 0,
    "deleted": false
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants