Brainicism / bgutil-ytdlp-pot-provider

Proof-of-origin token provider plugin for yt-dlp
GNU General Public License v3.0
14 stars 1 forks source link

Fix readme and proxy question? #32

Closed Elite closed 1 month ago

Elite commented 1 month ago

A). This cd bgutils-ytdlp-pot-provider/server/ should be cd bgutil-ytdlp-pot-provider/server/ (extra s) in the instructions. B). How to make the provider automatically use the IP/proxy used by the yt-dlp ?

Brainicism commented 1 month ago

A) Thanks for the call out, will fix that B) Can you elaborate on your use-case for the proxy? Is this to bypass complete IP bans? If your IP is being flagged and being targeted with the "I am not a bot" prompt, passing PO token should already mitigate that most of the time.

Elite commented 1 month ago

@Brainicism During my tests using seproDev earlier development branch (https://discord.com/channels/807245652072857610/1272517645778026562), it seemed it will still get IP banned but after few thousand downloads. Since, I am using this on a public facing server the idea was to get potoken for every ip/proxy used.

Brainicism commented 1 month ago

@Brainicism During my tests using seproDev earlier development branch (https://discord.com/channels/807245652072857610/1272517645778026562), it seemed it will still get IP banned but after few thousand downloads. Since, I am using this on a public facing server the idea was to get potoken for every ip/proxy used.

Got it. Will look into proxy support when we have time

Brainicism commented 1 month ago

@Elite Proxy support is out in 0.6.0

Elite commented 1 month ago

So this will use proxy passed to yt-dlp