diff options
Diffstat (limited to 'nvfetcher.toml')
-rw-r--r-- | nvfetcher.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nvfetcher.toml b/nvfetcher.toml index 046290df..c0566373 100644 --- a/nvfetcher.toml +++ b/nvfetcher.toml | |||
@@ -103,3 +103,7 @@ git.fetchSubmodules = true | |||
103 | src.github = "JonathonReinhart/spice-record" | 103 | src.github = "JonathonReinhart/spice-record" |
104 | src.prefix = "v" | 104 | src.prefix = "v" |
105 | fetch.tarball = "https://github.com/JonathonReinhart/spice-record/archive/refs/tags/v$ver.tar.gz" | 105 | fetch.tarball = "https://github.com/JonathonReinhart/spice-record/archive/refs/tags/v$ver.tar.gz" |
106 | |||
107 | [yt-dlp] | ||
108 | src.pypi = "yt_dlp" | ||
109 | fetch.pypi = "yt_dlp" | ||