Skip to content

Instantly share code, notes, and snippets.

View wxyjuly's full-sized avatar

wxyjuly

View GitHub Profile
@wxyjuly
wxyjuly / Youtube-downloader.py
Created April 23, 2019 23:17 — forked from tookdes/Youtube-downloader.py
下载 Youtube 视频和字幕的脚本
# 需要下载
# https://github.com/iawia002/annie
# 将 annie 可执行文件放在本脚本同目录或者加入环境变量
# 或者自行修改相对路径
# 需要自行使用 IFTTT 或者其他手段创建 Youtube 视频地址列表
# 详情请参阅
# https://blog.tookdes.org/archives/download-youtube-subscribe-video-with-srt.html
# -*- coding: utf-8 -*-