Ricardo Funke
Ricardo Funke
[youtube-dl](https://github.com/ytdl-org/youtube-dl) tool has some options to bypass geo location by faking X-Forward-For http headers, for example: ```Geo Restriction: --geo-verification-proxy URL Use this proxy to verify the IP address for some...
## Checklist - [x] I'm reporting a feature request - [x] I've verified that I'm running youtube-dl version **2021.06.06** - [x] I've searched the bugtracker for similar feature requests including...
Hi, I'm using this implementation as per the docs: ``` class Foo(object): def __init__(self, args): self.method = memory.cache(self.method) def method(self, ...): pass ``` It works great, but I wish it...
*Issue #, if available:* When implementing handle_transcript_event() method, one might need to return values from there, but the upper class method handle_events() doesn't return anything, which leads to the lost...
It seems that the ffmpeg -newaudio option doesn't exists anymore. So I can't convert to devede with error: Unrecognized option 'newaudio'. Error splitting the argument list: Option not found My...