meeb
meeb
If there was a blocking/throttling issue with YouTube it would probably be specifically IP-based so to test that properly you would really need to be on the same IP exactly....
Using a VPN would be purely a hosting issue (especially a layer3 VPN like wireguard), there would be nothing to configure in TubeSync or any other container to use a...
There appears to be different throttling at YouTube for downloading a single video and indexing a load of videos. You are likely still just getting throttled. Try deleting your sources...
This probably also have a `{source_counter}` as a unique counter per source.
`X-Frame-Options` is probably a good idea to have set by default for a web interface with no default security at the moment. Using `ALLOW-FROM` as a directive isn't supported any...
Nice tip, thanks @joe-eklund !
Do you mean "no more than X gigabytes per day" or something like "no more than X downloaded video files per day" limits? The previous rate limiting issues was mostly...
Sure I'll put a global "--limit-rate" style feature on the future wishlist, it looks like its supported by embedded `youtube-dl` from the docs and I can see the use for...
Hi @ankenyr - this is pretty easy to implement, probably just a few lines of code. The reason this isn't implemented is discussed in #129. I'm not sure it would...
Hi, thanks for the PR. Your suggestion for passing on upstream `X-Forwarded-Proto` headers to account for upstream TLS termination looks reasonable. I'll look into the rest of these more closely...