-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaddon.xml
More file actions
22 lines (18 loc) · 931 Bytes
/
addon.xml
File metadata and controls
22 lines (18 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.yt-dlp"
name="yt-dlp"
version="2026.03.17-1"
provider-name="yt-dlp contributors">
<requires>
<import addon="xbmc.python" version="3.0.1" />
<import addon="script.module.certifi" version="2023.5.7" />
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">A youtube-dl fork with additional features and patches</summary>
<description lang="en_GB">yt-dlp is a youtube-dl fork based on the now inactive youtube-dlc. The main focus of this project is adding new features and patches while also keeping up to date with the original project</description>
<license>Unlicense</license>
<platform>all</platform>
<source>https://github.com/yt-dlp/yt-dlp</source>
</extension>
</addon>