YoutubeTags
v1.4
YouTube SEO工具用于提取视频标签而无需官方YouTube API

版本1.4中的新更新添加了录像带,录像带,Channeldescription
pip install YoutubeTags import YoutubeTags
from YoutubeTags import videotags
link = "Add Your Youtube Link Here" # Use https / http Links
variable_name = videotags ( link )
print ( variable_name )注意:仅支持HTTP(S),使用HTTP(S)链接获取结果
import YoutubeTags
from YoutubeTags import videotags
findtags = videotags ( "https://www.youtube.com/watch?v=RTbrXiIzUt4" ) # Mkbhd's Video
print ( findtags ) Right To Repair, right to repair, MKBHD, right to repair movement, Apple, Apple vs,
repairing iPhone, iPhone 12, Tesla right to repair, Apple right to repair
import YoutubeTags
from YoutubeTags import videotags
tags = videotags ( "https://www.youtube.com/watch?v=Kbe3FKeCd1A" ) # Karikku star Episode
print ( tags ) karikku, malayalam, funny, comedy, webseries, lolan,
george, karikk, karikke, film, trending, sketch, vine, flowerstv
import YoutubeTags
from YoutubeTags import videotags
gettag = videotags ( "https://www.youtube.com/watch?v=nvjILgpf6tc" ) # Video From Technical Guruji
print ( gettag ) iPhone 14, iPhone 14 Unboxing, iPhone 14 exclusive 1st look, iPhone 14 first look,
iPhone 14 no notch, iPhone 14 punch hole camera, iPhone 14 titanium sides, iPhone 14 look,
iPhone 14 leaks, iPhone 14 design, iPhone 14 india, iPhone 14 launch date, iPhone 14 no camera bump,
iPhone 14 features, iPhone 14 price, iPhone 14 vs iPhone 13, iPhone 14 launch event, iPhone 14 india 1st look,
iPhone 14 first look in hindi, Technical Guruji, Technicalguruji, Gaurav Chaudhary, 13
import YoutubeTags
from YoutubeTags import videotags
tag = videotags ( "https://www.youtube.com/watch?v=Mlk888FiI8A" ) # Google Keynote video 2021
if tag :
print ( tags )
else :
print ( "No Tags Found" ) No Tags Found
import YoutubeTags
from YoutubeTags import channeltags
link = "Add Your Channel Link Here" # Use https / http Links
variable_name = channeltags ( link )
print ( variable_name )注意:仅支持HTTP(S),使用HTTP(S)链接获取结果
import YoutubeTags
from YoutubeTags import channeltags
findtags = channeltags ( "https://youtube.com/c/mkbhd" ) # Mkbhd's channel Link
print ( findtags ) MKBHD, MarquesBrownlee, Marques, Brownlee
import YoutubeTags
from YoutubeTags import channeltags
tags = channeltags ( "https://youtube.com/c/Karikku_Fresh" ) # Karikku channel Link
print ( tags ) karikku, media, digital, malayalam
import YoutubeTags
from YoutubeTags import channeltags
gettag = channeltags ( "https://youtube.com/c/TechnicalGuruji" ) # Technical Guruji channel Link
print ( gettag ) Hindi Technology, Technology in Hindi, Hindi Tech Guru, Technical Guruji, Hindi Tech Tips, Tech Reviews, Mobile Tips and Tricks, Technology Explained,
Hindi Tech, Hindi Tech Reviews, Tech Hindi, hindi, Technology, Mobile, tech, Reviews, TechnicalGuruji, Gaurav Chaudhary, Smartphones, Mobile Phones,
Tech, latest Tech,Cool Technology, Tech News, Latest Tech News
import YoutubeTags
from YoutubeTags import channeltags
tag = channeltags ( "https://youtube.com/user/PewDiePie" ) # PewDiePie channel Link
print ( tag ) pewdiepie, pewds, gaming, felix arvid ulf, felix, kjellberg
©2021 Nuhman PK,根据MIT许可证获得许可
在github上关注我,如果您觉得这个库有用,请不要忘记添加您的星星
ko-fi
贝宝
给我买咖啡
该项目基于thepythoncode.com的小摘要,作为其网络报废模块的一部分。请在此处查看他们的网站。