You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use this alternative extractor args in case the extractor fails to get the pot tokens from the bgutil provider server.
331
322
For more information please visit [bgutil-ytdlp-pot-provider](https://github.com/Brainicism/bgutil-ytdlp-pot-provider) project.
332
323
333
324
# Troubleshooting and submitting issues
334
325
335
-
Before asking a question or submitting an issue for YTPTube, please remember that YTPTube is only a thin wrapper for
326
+
Before asking a question or submitting an issue for YTPTube, please remember that YTPTube is only a wrapper for
336
327
[yt-dlp](https://github.com/yt-dlp/yt-dlp). Any issues you might be experiencing with authentication to video websites,
337
328
postprocessing, permissions, other `yt-dlp options` configurations which seem not to work, or anything else that
338
329
concerns the workings of the underlying yt-dlp library, need not be opened on the YTPTube project.
@@ -343,7 +334,8 @@ and once that is working, importing the options that worked for you into a new `
343
334
## Via HTTP
344
335
345
336
If you have enabled the web terminal via `YTP_CONSOLE_ENABLED` environment variable, simply go to `Other > Terminal` use
346
-
the yt-dlp command, the interface is jailed to the `yt-dlp` binary you can't access anything else.
337
+
the yt-dlp command, the interface is jailed to the `yt-dlp` binary you can't access anything else. Or from download form
338
+
by clicking `advanced options` button than the yellow terminal icon `Run directly in console`.
347
339
348
340
## Via CLI
349
341
@@ -503,7 +495,7 @@ as we only test for GPU encoding once on first video stream.
503
495
504
496
# Allowing internal URLs requests
505
497
506
-
By default, YTPTube prevents requests to internal resources, for security reasons. However, if you want to allow requests to internal URLs, you can set the `YTP_ALLOW_INTERNAL_URLS` environment variable to `true`. This will allow requests to internal URLs.
498
+
By default, YTPTube prevents requests to internal resources. However, if you want to allow requests to internal URLs, you can set the `YTP_ALLOW_INTERNAL_URLS` environment variable to `true`. This will allow requests to internal URLs.
507
499
508
500
We do not recommend enabling this option unless you know what you are doing, as it can expose your internal network to
509
501
potential security risks. This should only be used if it's truly needed.
@@ -557,7 +549,6 @@ services:
557
549
After making the changes, restart your container. This should resolve the "No space left on device"
558
550
error during download.
559
551
560
-
561
552
# How to prevent loading screen during YouTube premieres?
562
553
563
554
Depending on how you look at it, YTPTube live download implementation is rather great and fast. However, during YouTube
@@ -566,7 +557,6 @@ playing. By default we wait for 5min + the duration of the video before starting
566
557
the loading screen. However, you can override the behavior by setting the following environment variable:
0 commit comments