documentation: no need to explicitly set HTTP/1 - tscrape - twitter scraper
 (HTM) git clone git://git.codemadness.org/tscrape
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 9a0c90f26b3eef023910a699c7385b709a01ce90
 (DIR) parent e03dec6b97f74451786b3698c9fab1d0d45b9cd9
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri, 20 Mar 2020 18:37:11 +0100
       
       documentation: no need to explicitly set HTTP/1
       
       (HTTP/2+ still sucks though)
       
       Diffstat:
         M README                              |       2 +-
         M tscrape.1                           |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       @@ -20,7 +20,7 @@ $ make
        Usage
        -----
        
       -        curl --http1.0 -H 'User-Agent:' -s 'https://twitter.com/namehere' | tscrape
       +        curl -H 'User-Agent:' -s 'https://twitter.com/namehere' | tscrape
        
        or
        
 (DIR) diff --git a/tscrape.1 b/tscrape.1
       @@ -39,7 +39,7 @@ Item is pinned or not? 0 or 1.
        .Ex -std
        .Sh EXAMPLES
        .Bd -literal -offset left
       -curl --http1.0 -H 'User-Agent:' -s 'https://twitter.com/namehere' | tscrape
       +curl -H 'User-Agent:' -s 'https://twitter.com/namehere' | tscrape
        .Ed
        .Sh SEE ALSO
        .Xr curl 1