yt-dlp: enable abrowser to use 'cookies-from-browser' feature

This commit is contained in:
Ark74 2025-06-21 00:38:30 -06:00
parent 157554638d
commit 470773fdba
2 changed files with 105 additions and 1 deletions

View file

@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=1
VERSION=2
EXTERNAL='deb-src http://deb.debian.org/debian sid main'
REPOKEY=0E98404D386FA1D9
BACKPORTS=true
@ -32,6 +32,8 @@ sed -i "/Currently supported/s|are:|are at:|" debian/control
[ "$SUPPORTED_SITES" != "$(tail -n2 debian/control|awk NF|sed 's|^ ||')" ] && \
echo -e ">>>Site replacement needs fixing, exiting...<<<\n" && exit
apply_patch_changes
changelog "Remove explicit site listing, redirecting to website author."
package