YouTube video metadata downloader

Saves the title, publishing date, creator, and description of a YouTube video to a text file.

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
Dick Dickinson
日安装量
0
总安装量
227
评分
3 0 0
版本
1.1
创建于
2019-10-24
更新于
2019-10-30
大小
1.8 KB
许可证
暂无
适用于

The successor to a previous script I wrote that un-truncated links in YouTube video descriptions so I could copy and paste them into text files for archival purposes. This one is less suckish, and it adds a button that saves a text file containing various video metadata (video title, publishing date, author, URL, and description). The file takes on the same title of the video, and the anatomy of these files is as such:

VIDEO TITLE
PUBLISHING DATE
AUTHOR
URL

DESCRIPTION

I can confirm that this script works on Chrome (Tampermonkey) and Firefox (Greasemonkey) WITH THE NEW FLAT UI. I have not tested it with the classic UI, and I'd be damned if the script worked with it.

Note: These characters will not make it into the name of the text file: /\:*"<>?| - This is why the file contains the video title. I suspect this has to do with the library my script uses to save the text blob it generates to a file. Missing characters will be expressed as an underscore (_), and you can either replace them with the correct characters, or if your machine's file system doesn't support them, live with it.