rdrview icon indicating copy to clipboard operation
rdrview copied to clipboard

Firefox Reader View as a command line tool

Results 13 rdrview issues
Sort by recently updated
recently updated
newest added

please do review 2nd commit of makewhatis

Hi ! Thanks for rdrview. I found that, on some websites, it does not extract titles. An example: [this](https://zamundaaa.github.io/wayland/2024/06/25/fixing-kwin-perf-on-old-hardware.html) article looks normal in firefox reader view : ![screenshot-24-06-25-18-52-21](https://github.com/eafer/rdrview/assets/130184520/5147365c-6937-414c-8ab1-5ea4c70c1cd4) but with...

https://github.com/eafer/rdrview/blob/36428005eabfb1a8d1b203ee47fa59303793fcb0/src/rdrview.c#L243 I got a warning while compiling: ``` src/rdrview.c: In function ‘url_to_file’: src/rdrview.c:243:9: warning: ‘CURLOPT_PROTOCOLS’ is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations] 243 | if (curl_easy_setopt(curl, CURLOPT_PROTOCOLS, protocols)) | ^~...