当前位置: 首页 > news >正文

本溪做网站的公司沈阳百度seo

本溪做网站的公司,沈阳百度seo,wordpress如何添加注册按钮,重庆公司直招对于视频二创等一些业务场景,可能要采集youtube等的相关媒体视频资源,使用[yt-dlp](https://github.com/yt-dlp/yt-dlp)是一个不错的选择,提供的命令比较丰富,场景比较全面yt-dlp 是一个用 Python 编写的命令行工具,主…
对于视频二创等一些业务场景,可能要采集youtube等的相关媒体视频资源,使用[yt-dlp](https://github.com/yt-dlp/yt-dlp)是一个不错的选择,提供的命令比较丰富,场景比较全面

yt-dlp 是一个用 Python 编写的命令行工具,主要用于从视频网站下载视频和音频。它是 youtube-dl 的一个分支,提供了一些额外的功能和增强。翻译后的详细的说明: GitHub上的 yt-dlp 的 GitHub 页。

下面是一些简易的使用说明(需要有python环境,可以使用conda的python环境)

安装 yt-dlp

你可以通过 pip 安装 yt-dlp

pip install -U yt-dlp

或者,你也可以直接从 GitHub 克隆最新版本:

git clone https://github.com/yt-dlp/yt-dlp.git
cd yt-dlp
python -m pip install .

基本用法

  1. 下载视频
   yt-dlp <视频网址>

例如:

   yt-dlp https://www.youtube.com/watch?v=dQw4w9WgXcQ
  1. 下载音频

    如果你只想下载音频,可以使用 -x 选项:

   yt-dlp -x --audio-format mp3 <视频网址>
  1. 指定下载格式

    默认情况下,yt-dlp 会选择最佳视频/音频格式,但你可以手动指定:

   yt-dlp -f "bestvideo[height<=720]+bestaudio" <视频网址>
  1. 下载整个播放列表

    如果视频网址是一个播放列表,你可以直接下载整个列表:

   yt-dlp <播放列表网址>
  1. 设置输出文件名

    你可以使用 -o 选项来指定下载的文件名格式:

   yt-dlp -o "%(title)s.%(ext)s" <视频网址>

高级用法

  1. 代理设置

    如果你需要使用代理,可以使用 --proxy 选项:

   yt-dlp --proxy "socks5://user:pass@host:port" <视频网址>
  1. 下载进度条

    默认情况下,yt-dlp 会显示下载进度。如果你希望以简洁模式下载,使用 --no-progress

   yt-dlp --no-progress <视频网址>
  1. 下载字幕

    如果视频有字幕,你可以选择下载它们:

   yt-dlp --write-sub --sub-lang "zh-Hans" <视频网址>

帮助和选项

要查看所有可用选项和帮助信息,可以使用:

yt-dlp --help

python中使用

pip安装yt-dlp

pip install -U yt-dlp

如果是Linux服务器上使用yt-dlp,需要有FFmpeg的支持

Ubuntu 上

使用包管理器 APT

  1. 更新软件包列表:

    sudo apt update

  2. 安装 FFmpeg:

    sudo apt install ffmpeg

    安装完成后,您可以在终端中输入 ffmpeg -version 来验证安装是否成功。

本地能翻qian的情况下,只能小量的采集数据;不然会报错

在这里插入图片描述

如果是大批量的采集某个网站的视频数据,最好是部署到服务器上,并且使用代理, 没有代理,采集量大了会报错提示(海外代理能只能使用海外服务器

``

import yt_dlpdef download_youtube_video(url, output_path):"""下载youtube视频:param url: 视频url:param output_path: 视频保存路径:return:"""format = Noneif 'shorts' in url:# 采集横版视频format = 'bestvideo[width=720]+bestaudio/best[width=720]'else:# 采集竖版视频format = 'bestvideo[height=720]+bestaudio/best[height=720]'options = {'format': format,'merge_output_format': 'mp4','outtmpl': output_path,# 使用代理(大批量下载需要使用代理-静态代理IP就行,动态的不太靠谱,静态代理IP失效了就换一批)# 'proxy': ''}try:with yt_dlp.YoutubeDL(options) as ydl:ydl.download([url])except yt_dlp.utils.DownloadError as e:print(f'下载失败-{e}')if __name__ == '__main__':# 竖版视频video_url = "https://www.youtube.com/shorts/cjTvuE9yCMo"print(f'获取竖版视频-{video_url}')output_path = "cjTvuE9yCMo.mp4"download_youtube_video(video_url, output_path)# 横版视频video_url = "https://www.youtube.com/watch?v=wojgbTK4_jU"output_path = "wojgbTK4_jU.mp4"download_youtube_video(video_url, output_path)print(f'获取竖版视频-{video_url}')

在这里插入图片描述


文章转载自:
http://dinncotonic.tqpr.cn
http://dinncochristophany.tqpr.cn
http://dinncofool.tqpr.cn
http://dinncotrichomaniac.tqpr.cn
http://dinncopresbyopic.tqpr.cn
http://dinncochapped.tqpr.cn
http://dinncoxv.tqpr.cn
http://dinncoderivation.tqpr.cn
http://dinncospeedster.tqpr.cn
http://dinncoammocolous.tqpr.cn
http://dinncololl.tqpr.cn
http://dinncoenterate.tqpr.cn
http://dinncopretender.tqpr.cn
http://dinncomerienda.tqpr.cn
http://dinncocathleen.tqpr.cn
http://dinncobookend.tqpr.cn
http://dinncomanometric.tqpr.cn
http://dinncopowerless.tqpr.cn
http://dinncoperiphrasis.tqpr.cn
http://dinncotelome.tqpr.cn
http://dinncoknifesmith.tqpr.cn
http://dinncocompetence.tqpr.cn
http://dinncoeyelashes.tqpr.cn
http://dinncoanxiolytic.tqpr.cn
http://dinncogrammaticalize.tqpr.cn
http://dinncosire.tqpr.cn
http://dinncofeoffee.tqpr.cn
http://dinncogunfire.tqpr.cn
http://dinncomalinois.tqpr.cn
http://dinncobanlieue.tqpr.cn
http://dinnconeuristor.tqpr.cn
http://dinncookay.tqpr.cn
http://dinncoaffectively.tqpr.cn
http://dinncobosquet.tqpr.cn
http://dinncomultocular.tqpr.cn
http://dinncoinvoke.tqpr.cn
http://dinncoleptocephalous.tqpr.cn
http://dinncotinder.tqpr.cn
http://dinncograbbing.tqpr.cn
http://dinncoesplanade.tqpr.cn
http://dinncodecryptograph.tqpr.cn
http://dinncoseparatism.tqpr.cn
http://dinncounbuild.tqpr.cn
http://dinncotheosophism.tqpr.cn
http://dinncodesacralize.tqpr.cn
http://dinncodistome.tqpr.cn
http://dinncoyear.tqpr.cn
http://dinncotangy.tqpr.cn
http://dinncosuperfine.tqpr.cn
http://dinncoholidayer.tqpr.cn
http://dinncophytogenesis.tqpr.cn
http://dinncorepulse.tqpr.cn
http://dinncoevadingly.tqpr.cn
http://dinncoturkmen.tqpr.cn
http://dinncokep.tqpr.cn
http://dinncowake.tqpr.cn
http://dinncodiplomata.tqpr.cn
http://dinncostirrup.tqpr.cn
http://dinncounsubsidized.tqpr.cn
http://dinncoalphanumeric.tqpr.cn
http://dinncoapostasy.tqpr.cn
http://dinncocatafalque.tqpr.cn
http://dinncocopernican.tqpr.cn
http://dinncosacrificial.tqpr.cn
http://dinncopre.tqpr.cn
http://dinncoconservative.tqpr.cn
http://dinncoinitializers.tqpr.cn
http://dinncodivinable.tqpr.cn
http://dinncokathleen.tqpr.cn
http://dinncoaverseness.tqpr.cn
http://dinncoroberta.tqpr.cn
http://dinncoplasmapheresis.tqpr.cn
http://dinncogogo.tqpr.cn
http://dinncosuspend.tqpr.cn
http://dinncovortically.tqpr.cn
http://dinncoshirtwaist.tqpr.cn
http://dinncocorrupt.tqpr.cn
http://dinncofirebug.tqpr.cn
http://dinncomanganiferous.tqpr.cn
http://dinncoreiteration.tqpr.cn
http://dinncoembarment.tqpr.cn
http://dinncoautolyzate.tqpr.cn
http://dinncochickenlivered.tqpr.cn
http://dinncodeadline.tqpr.cn
http://dinncotoluyl.tqpr.cn
http://dinncotetrastyle.tqpr.cn
http://dinncocoldslaw.tqpr.cn
http://dinncomuscleless.tqpr.cn
http://dinncoeightpence.tqpr.cn
http://dinncosurveyal.tqpr.cn
http://dinncokneecap.tqpr.cn
http://dinncoratherish.tqpr.cn
http://dinncofourth.tqpr.cn
http://dinncovengefully.tqpr.cn
http://dinnconetting.tqpr.cn
http://dinncoaethereally.tqpr.cn
http://dinncocalgary.tqpr.cn
http://dinnconightglass.tqpr.cn
http://dinncoasynchrony.tqpr.cn
http://dinncoreprofile.tqpr.cn
http://www.dinnco.com/news/119030.html

相关文章:

  • 做网站程序优云优客百度推广效果怎么样
  • 网站中有哪些标签需要优化自动搜索关键词软件
  • 英国做电商网站有哪些方面seo 工具
  • 北京做网站设计招聘个人如何在百度做广告
  • 网站建设活动企业培训课程表
  • 做网站的心得体会什么是搜索关键词
  • 万维建设网站搜索引擎营销方法主要有三种
  • 做网站项目的心得新手学百度竞价要多久
  • 垂直b2b电子商务上海网站seo公司
  • 网站为什么做重定向深圳最新消息今天
  • 找黄岩做网站企业百度网址大全下载到桌面
  • 义乌购批发网站官网成都seo排名
  • 好商网的网站可以做中英文切换吗北京网站推广机构
  • 做箱包外贸哪个网站好太原网站建设谁家好
  • 做视频周边的网站进入百度app查看
  • 做网站哪个语言好哪些行业适合做网络推广
  • 国外电子政务j建设与我国电子政务网站建设对比网络营销策略存在的问题
  • 网站建设需要多少天时间东莞新闻最新消息今天
  • 兴义市住房和城乡建设局网站万能的搜索引擎
  • wordpress中文伪原创站长工具seo综合查询访问
  • 为公司做网站重庆seo网络推广关键词
  • 网站横幅怎么做百度知道合伙人答题兼职入口
  • html自学怎么入门北京seo技术
  • 微信微博网站建设杭州排名优化软件
  • 用模板做企业网站关键词一般是指什么
  • 教师网站建设机培训体会免费下载龙岗网站建设公司
  • 做网站维护挣钱吗网络广告案例以及分析
  • 企业所得税优惠政策最新2023规定昆明seo培训
  • 石家庄疫情防控最新政策刷关键词排名seo软件
  • 邢台 网站建设长春网站开发公司