michael-lazar / rtv

Browse Reddit from your terminal
MIT License
4.64k stars 273 forks source link

Disable imgur album url parsing? #686

Open FunctionalHacker opened 5 years ago

FunctionalHacker commented 5 years ago

I have a script in place which is launched by mimeo (xdg-open replacement) on imgur album links and it works just fine. My ~/.mailcap has just one line: */*; mimeo '%s'. However, this does not work for imgur albums because my script does the parsing of the url itself, and I believe rtv tries to send it all of the separate image urls as parameters. Is there a way to disable this in rtv?