.
This commit is contained in:
parent
b976607399
commit
7d9c41d74e
1 changed files with 0 additions and 1 deletions
|
|
@ -555,7 +555,6 @@ class YTDLPUtil(private val context: Context, private val commandTemplateDao: Co
|
|||
request.applyDefaultOptionsForFetchingData(url)
|
||||
if (url.isYoutubeURL()) {
|
||||
request.setYoutubeExtractorArgs(url)
|
||||
request.addOption("--extractor-args", "youtube:player_skip=webpage,configs,js;player_client=android,web")
|
||||
}
|
||||
|
||||
val youtubeDLResponse = YoutubeDL.getInstance().execute(request)
|
||||
|
|
|
|||
Loading…
Reference in a new issue