gpt4 book ai didi

python - 如何更改我们从 youtube-search-python 包中获得的结果?

转载 作者:行者123 更新时间:2023-12-03 06:05:29 25 4
gpt4 key购买 nike

我正在使用 youtube-search-python 1.3.1 模块来搜索有关特定 youtube 视频的详细信息。
这是其 PyPi 页面的链接:https://pypi.org/project/youtube-search-python/
我的代码:

from youtubesearchpython import SearchVideos
search = SearchVideos("Video", offset = 1, mode = "json", max_results = 1)
print(search.result())
但是,这样做时,它会打印视频的所有详细信息(属性),如下所示:
{
"search_result": [
{
"index": 0,
"id": "-_4GW6BNIqs",
"link": "https://www.youtube.com/watch?v=-_4GW6BNIqs",
"title": "Insideeus - Ecstasy (Official Video)",
"channel": "InsideeusVEVO",
"duration": "3:27",
"views": 299442272,
"thumbnails": [
"https://img.youtube.com/vi/-_4GW6BNIqs/default.jpg",
"https://img.youtube.com/vi/-_4GW6BNIqs/hqdefault.jpg",
"https://img.youtube.com/vi/-_4GW6BNIqs/mqdefault.jpg",
"https://img.youtube.com/vi/-_4GW6BNIqs/sddefault.jpg",
"https://img.youtube.com/vi/-_4GW6BNIqs/maxresdefault.jpg"
],
"channelId": "UCRNE_wppvoMBdj7EAtUnEog"
}
]
}
我只想打印此结果的“链接”部分。即使经过多次尝试,我也无法得到这个。
有谁知道如何更改代码以仅打印“链接”?

最佳答案

如果您想要更高级的功能,可以使用 searchtube。它还为您提供过滤器选项。

pip install searchtube
可在此处找到文档: https://github.com/shekharchander/searchtube

关于python - 如何更改我们从 youtube-search-python 包中获得的结果?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64511922/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com