parent
9564764633
commit
3e45f19682
5 changed files with 20 additions and 28 deletions
|
@ -37,7 +37,7 @@
|
|||
"symfony/translation": "^4.0",
|
||||
"symfony/yaml": "^4.0",
|
||||
"webfontkit/open-sans": "^1.0",
|
||||
"ytdl-org/youtube-dl": "^2021.12",
|
||||
"yt-dlp/yt-dlp": "^2023.03",
|
||||
"zonuexe/http-accept-language": "^0.4.1"
|
||||
},
|
||||
"require-dev": {
|
||||
|
@ -62,11 +62,11 @@
|
|||
{
|
||||
"type": "package",
|
||||
"package": {
|
||||
"name": "ytdl-org/youtube-dl",
|
||||
"version": "2021.12.17",
|
||||
"name": "yt-dlp/yt-dlp",
|
||||
"version": "2023.03.04",
|
||||
"dist": {
|
||||
"type": "tar",
|
||||
"url": "https://yt-dl.org/downloads/2021.12.17/youtube-dl-2021.12.17.tar.gz"
|
||||
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2023.03.04/yt-dlp.tar.gz"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -108,11 +108,7 @@
|
|||
"installer-types": [
|
||||
"library"
|
||||
],
|
||||
"patches": {
|
||||
"ytdl-org/youtube-dl": {
|
||||
"Disable the generic extractor": "patches/youtube-dl-disable-generic.diff"
|
||||
}
|
||||
}
|
||||
"patches": {}
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "grumphp run --ansi",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue