-
Notifications
You must be signed in to change notification settings - Fork 431
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
is this possible to fetch/extract youtube video tags? #393
Comments
What exactly do you mean with "video tags"? |
every video on youtube has tags (keywords) that help to rank the video. that tags/keywords i want to extract. i already extract with invidious api but is this possible that tags/keywords extract with newpipe extractor. its with video detail. |
You mean those things with a #? If so, iirc support for extracting those will be added by #306 |
these are not # hastags these are tags in every video user/uploader give that tags . kindly visit this api link https://invidio.us/api/v1/videos/ZZhm8MJx1gA you'll find in json "keywords" array "keywords": [ change video id at the end of link and check every video has tags/keywords. is this possible to extract that keywords with new pipe extractor ? |
I'm trying to fetch keywords but failed ` try {
In YoutubeStreamExtractor.java file
how can i get keywords of video get this error message
|
is this possible to fetch/extract youtube video tags with new pipe extractor?
The text was updated successfully, but these errors were encountered: