Strip `mobile.' subdomain in nitter.net URLs - annna - Annna the nice friendly … | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit ccd655075343b8930f8ae57d979cf77f9a43efaf | |
parent 600107d75422aa4aeacd54849c19900779f0ed6b | |
Author: Leonardo Taccari <[email protected]> | |
Date: Fri, 8 May 2020 15:29:00 +0200 | |
Strip `mobile.' subdomain in nitter.net URLs | |
Signed-off-by: Annna Robert-Houdin <[email protected]> | |
Diffstat: | |
M annna-start-services | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-start-services b/annna-start-services | |
@@ -126,7 +126,7 @@ then | |
else | |
case "${uri}" in | |
*twitter.com*) | |
- nurl="$(printf… | |
+ nurl="$(printf… | |
spurl="$(scree… | |
annna-say -c '… | |