-
Notifications
You must be signed in to change notification settings - Fork 584
IP Address Download Limit #396
Comments
Is the |
my config filePath to your youtube-dl binaryyoutubedl: vendor/ytdl-org/youtube-dl/youtube_dl/main.py Path to your python binarypython: /usr/bin/python3 An array of parameters to pass to youtube-dlparams: True to enable audio conversionconvert: true True to enable advanced conversion modeconvertAdvanced: true List of formats available in advanced conversion modeconvertAdvancedFormats: [mp3, avi, flv, wav] Path to your ffmpeg binaryffmpeg: /usr/bin/ffmpeg ffmpeg logging level.ffmpegVerbosity: error Path to the directory that contains the phantomjs binary.phantomjsDir: /usr/bin/ True to disable URL rewritinguglyUrls: false True to stream videos through serverSet to "ask" if you want to allow it but not enable by default.stream: false True to enable remux mode (merge best audio and best video)remux: true MP3 bitrate when converting (in kbit/s)audioBitrate: 128 App nameappName: YTDL Generic formats supported by youtube-dlgenericFormats: Enable debug mode.debug: false True to enable audio conversion mode by defaultdefaultAudio: true False to disable convert seek functionalityconvertSeek: true |
With |
I tried both, False and True but download speed is the same not exceeding 60kb to 70kb which is way too slow |
Are you sure the slow speed is caused by some IP restriction?
We can't pass an IP address, the IP address YouTube sees if the one used by the device making the request. |
I'm not sure to be honest if the IP is the problem, if this is the case |
Do you have an example of a video with this problem ? (You did not fill the issue template.) |
Hello there, Great Script I really appreciate the tremendous work you did.
I am only having Issue with IP Address Downloading Limit from YouTube because currently Its Using my Server IP Address.
Is there anyway that I can change it to "Client IP Directly" instead of my server IP, as I have seen on other sites they are using direct client IP to Download YouTube Videos with no Download Speed Limit
thanks
The text was updated successfully, but these errors were encountered: