Introduction
Introduction Statistics Contact Development Disclaimer Help
documentation: no need to explicitly set HTTP/1 - tscrape - twitter scraper
git clone git://git.codemadness.org/tscrape
Log
Files
Refs
README
LICENSE
---
commit 9a0c90f26b3eef023910a699c7385b709a01ce90
parent e03dec6b97f74451786b3698c9fab1d0d45b9cd9
Author: Hiltjo Posthuma <[email protected]>
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(-)
---
diff --git a/README b/README
@@ -20,7 +20,7 @@ $ make
Usage
-----
- curl --http1.0 -H 'User-Agent:' -s 'https://twitter.com/namehere' | ts…
+ curl -H 'User-Agent:' -s 'https://twitter.com/namehere' | tscrape
or
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
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.