每天一个小技巧之如何一键获取网站上的小视屏
- 新建一个文件夹
*在文件夹路径下输入 cmd
*安装获取视频包,
pip install you-get
- 在cmd端输入, you-get "website", one example here:
site: YouTube
title: Fellowship 2021 Screencast: Yadira Sanchez
stream:
- itag: 22
container: mp4
quality: hd720
size: 9.1 MiB (9510588 bytes)
# download-with: you-get --itag=22 [URL]
Downloading Fellowship 2021 Screencast- Yadira Sanchez.mp4 ...
100% ( 9.1/ 9.1MB) ├████████████████████████████████████████┤[1/1] 88 kB/s
Saving Fellowship 2021 Screencast- Yadira Sanchez.en.srt ... Done.
convert backslash into forward slash in R, BEST SOLUTION EVER
- install one add-in snippets
- normalizePath(readClipboard(), winslash = "/")
- use R-based functions
fp <- readClipboard() => # automatically change all / as \
fp
open the jupyter through Anaconda prompt
jupyter lab