惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Recent Announcements
Recent Announcements
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog
T
The Blog of Author Tim Ferriss
J
Java Code Geeks
腾讯CDC
D
Docker
G
Google Developers Blog
D
DataBreaches.Net
雷峰网
雷峰网
Blog — PlanetScale
Blog — PlanetScale
S
SegmentFault 最新的问题
The Cloudflare Blog
有赞技术团队
有赞技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Stack Overflow Blog
Stack Overflow Blog
大猫的无限游戏
大猫的无限游戏
量子位
美团技术团队
aimingoo的专栏
aimingoo的专栏
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Engineering at Meta
Engineering at Meta
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

Cocoa

Untitled | Cocoa PicoBf: A brainf**k lang REPL environment for Pico Pi Compile LLVM with OpenMP on macOS and Linux My Virtualization Setup | Cocoa Doodles | Cocoa Hardware UART communication between Raspberry Pi 4 and Arduino Micro The first amazing thing in 2021 OK Google, set Telegram as my YouTube music player! 可能隨時咕咕咕掉的 NLP 項目(1)—— 抓取 YouTube Live Chat NextDest | Cocoa macOS version of Twitter Image Saver Rust Learning from Zero (26) —— Save Twitter Images Notes on Differential Equations (4) —— Step Function $H(t)$ and Delta Function $\delta(t)$ Notes on Differential Equations (3) —— $\frac{dy}{dt}=ay+q(t)$
Record YouTube Live Stream | Cocoa
Cocoa · 2020-12-27 · via Cocoa

Record YouTube Live Stream

最近不知不覺踩進了 hololive 這個兔子洞,其實真的蠻羨慕她們的,可以做自己喜歡的事,雖然其中也有不少人抱怨過休息的時間太少⋯⋯也許自己更羨慕的一點是可以有幾乎隨時一起嬉笑的朋友吧w

那麼雖然大多數 live stream 都會自動存檔,但是其中一部分 streamer 會選擇對某些直播不存檔,於是錯過直播的話,就只能等 clip 之類的了_(:3」∠)_ 因此就有了這個類似於電視錄影機一樣的想法~

项目放在了 GitHub 上 https://github.com/YouVCR/YouVCR~ 设置好 config.yaml 就可以使用了w

例如需要設置每 60 秒檢查一次 Gura 和 Pekora 的頻道是否有在直播並錄像的話,則可以用如下的配置文件~

interval: 60
channels:
  - id: UCoSrY_IQQVpmIRZ9Xf-y93g
    save_to: Gawr Gura
  - id: UC1DCedRgGHBdm81E1llLhOQ
    save_to: pekora

Leave a Reply