Package Details: nitter-git latest-19

Git Clone URL: https://aur.archlinux.org/nitter-git.git (read-only, click to copy)
Package Base: nitter-git
Description: Alternative Twitter front-end
Upstream URL: https://github.com/zedeus/nitter
Licenses: AGPL3
Conflicts: nitter
Provides: nitter
Submitter: somini
Maintainer: somini
Last Packager: somini
Votes: 6
Popularity: 0.022751
First Submitted: 2020-06-13 23:14 (UTC)
Last Updated: 2023-04-27 21:33 (UTC)

Latest Comments

1 2 Next › Last »

hashworks commented on 2023-04-25 17:44 (UTC)

Prepare fails ATM:

==> Starting prepare()...
renamed 'nitter.example.conf' -> 'nitter.conf'
patching file nitter.conf
Hunk #1 FAILED at 1.
Hunk #2 succeeded at 20 with fuzz 2.
Hunk #3 succeeded at 35 (offset 1 line).
1 out of 3 hunks FAILED -- saving rejects to file nitter.conf.rej

somini commented on 2023-03-18 12:03 (UTC)

@kescherAUR Thanks, applied the patch. Sorry for the delay.

kescherAUR commented on 2023-03-05 13:19 (UTC)

diff --git a/config.patch b/config.patch
index bddd37f..74adbcd 100644
--- a/config.patch
+++ b/config.patch
@@ -42,6 +42,6 @@ index 93526b4..c11e819 100644
 +replaceTwitter = "nitter.net"  # Use the same "hostname" as above
 +replaceYouTube = ""  # Default: piped.kavin.rocks
 +replaceReddit = ""   # Default: teddit.net
- replaceInstagram = ""
  proxyVideos = true
  hlsPlayback = false
+ infiniteScroll = false

kescherAUR commented on 2023-02-28 07:02 (UTC)

Config file patch fails again

somini commented on 2022-12-16 00:30 (UTC)

@kescherAUR Many thanks for that patch, applied it.

Sorry for the delay, I was on holidays.

kescherAUR commented on 2022-12-13 07:01 (UTC)

This patch should get it working again. https://0x0.st/onct.diff

kescherAUR commented on 2022-11-26 12:59 (UTC)

patching file nitter.conf
Hunk #2 succeeded at 20 with fuzz 2.
Hunk #3 FAILED at 34.
1 out of 3 hunks FAILED -- saving rejects to file nitter.conf.rej
==> ERROR: A failure occurred in prepare().

nitter.conf.rej:

--- nitter.conf
+++ nitter.conf
@@ -34,10 +34,10 @@ tokenCount = 10

 # Change default preferences here, see src/prefs_impl.nim for a complete list
 [Preferences]
-theme = "Nitter"
-replaceTwitter = "nitter.net"
-replaceYouTube = "piped.kavin.rocks"
-replaceReddit = "teddit.net"
+theme = "twitter_dark"  # Change this?
+replaceTwitter = "nitter.net"  # Use the same "hostname" as above
+replaceYouTube = ""  # Default: piped.kavin.rocks
+replaceReddit = ""   # Default: teddit.net
 replaceInstagram = ""
 proxyVideos = true
 hlsPlayback = false

somini commented on 2021-12-31 01:23 (UTC)

@nyanpasu64 Thanks for the heads up. Updated the patch now.

nyanpasu64 commented on 2021-12-30 15:05 (UTC)

Can't build (latest PKGBUILD at 2dafbb381411):

==> Starting prepare()...
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git i/nitter.conf w/nitter.conf
|index d6d860b..877b270 100644
|--- i/nitter.conf
|+++ w/nitter.conf
--------------------------
File to patch: 

This broke when upstream renamed nitter.conf to nitter.example.conf (https://github.com/zedeus/nitter/commit/9eb7532bfa1388c9ea72fc3dcc7e67d615e83222).

somini commented on 2020-12-08 21:03 (UTC)

@benproarch did just that, thanks.