Commit graph

1147 commits

Author SHA1 Message Date
Zed
92cd6abcf6 Stop logging unimportant errors 2025-02-16 02:06:19 +01:00
Zed
9ccfd8ee99 Reduce integration test concurrency even more 2025-02-12 21:22:09 +01:00
Zed
6da152db07 Reduce integration test concurrency 2025-02-12 20:43:45 +01:00
Zed
5be37737eb Fix rate limit handling 2025-02-12 18:36:29 +01:00
Zed
7702576369 Fix GitHub workflow secrets permissions 2025-02-12 14:42:05 +01:00
Zed
fb7c1d8710 Improve test workflow 2025-02-05 22:48:18 +01:00
Zed
54ba1e30b5 Fix empty image URLs in photo rail 2025-02-05 20:27:23 +01:00
Zed
bc38315d12 Fix tests 2025-02-05 20:19:18 +01:00
Zed
0664074749 Remove old tokenCount from nitter.example.conf 2025-02-05 19:37:22 +01:00
Zed
b9af77a9bd Change main page search to "Tweets" search 2025-02-05 19:28:10 +01:00
Zed
10b1d9c80f Add Python script to create account sessions 2025-02-05 19:10:27 +01:00
Zed
a3d341e7a6 Update README, added an important note 2025-02-05 18:10:15 +01:00
Zed
4d5091947c Update Dockerfiles 2025-02-05 18:10:10 +01:00
Zed
6fcd849eff Rename accounts/guest accounts to sessions
The new file loaded by default is now ./sessions.jsonl
JSONL is also required, .json support dropped.
2025-02-05 04:15:53 +01:00
Zed
afad55749b Increase max concurrent reqs per account 2025-02-05 03:49:34 +01:00
Zed
5265de101d Skip null fetch errors 2025-02-05 03:49:17 +01:00
Zed
5edaea2359 Silence 404 proxy errors 2025-02-05 03:20:05 +01:00
Zed
c0f2eea276 Fix missing video thumbnail being too small 2025-02-05 03:19:10 +01:00
Zed
7728899948 Add lazy loading for images 2025-02-05 03:18:49 +01:00
Zed
b43bfc5d42 Return 403 on hmac error 2025-02-05 01:19:27 +01:00
Zed
81764ea0f8 Update endpoint versions, switch tweet endpoint 2025-02-05 01:19:06 +01:00
Zed
5b6dae5228 Add regex for x.com links 2025-02-05 01:16:52 +01:00
Zed
e38276a638 Update authority header 2025-02-05 00:40:19 +01:00
Zed
2e13d7b57c Capture "account locked" API error 2025-02-05 00:35:39 +01:00
Zed
1aa9b0dba6 Move limited flag to be account-level 2025-02-05 00:34:50 +01:00
Zed
28d3ed7d9f Raise NoAccountsError when all accounts limited 2025-02-05 00:32:55 +01:00
Zed
19569bb19f Replace old v1 photo rail API with gql 2025-02-05 00:25:50 +01:00
somini
c6edec0490
Update auth.nim (#1164)
Avoid expiring the tokens for now.

See:
- https://github.com/zedeus/nitter/issues/983#issuecomment-1923046398
- https://github.com/zedeus/nitter/issues/1155#issuecomment-1917167072

Thanks @cmj
2024-02-26 03:08:25 +00:00
jackyzy823
cdff5e9b1c
Fix for #1147, Proxy for audio URL and upgrade hls.js (#1178)
* Revert "Fix broken video playback by forcing fmp4"

This reverts commit 52db03b73a.

* Fix audio url in video m3u8

* Upgrade hls.js to 1.5.1 and use full version
2024-02-21 23:10:54 +00:00
Zed
52db03b73a Fix broken video playback by forcing fmp4 2024-01-12 03:48:42 +01:00
blankie
583c858cdf
Fix search queries in user search RSS feeds (#1126)
Fixes #992
2023-12-03 09:54:24 +01:00
Zed
a9740fec8b Fix compilation with old Nim again 2023-11-25 10:11:57 +00:00
Zed
f8254c2f0f Add support for business and gov verification
Also improve icon rendering on Firefox
2023-11-25 10:07:28 +00:00
Zed
d6be08d093 Fix jobDetails error on old Nim versions 2023-11-25 05:53:13 +00:00
Zed
4dac9f0798 Add simple job_details card support 2023-11-25 05:31:15 +00:00
Zed
06ab1ea2e7 Enable disabled tests 2023-11-15 11:11:56 +00:00
Zed
c2819dab44 Fix #1106
Closes #831
2023-11-15 11:11:53 +00:00
Zed
eaedd2aee7 Fix ARM64 Dockerfile versions 2023-11-08 16:38:43 +00:00
Zed
5e188647fc Bump Nim in the ARM64 Dockerfile, add nitter user 2023-11-08 14:53:35 +00:00
Zed
e0d9dd0f9c Fix #670 2023-11-08 14:27:22 +00:00
Zed
d17583286a Don't requests made before reset 2023-11-01 05:44:59 +00:00
Zed
209f453b79 Purge expired accounts after parsing 2023-11-01 05:09:44 +00:00
Zed
e1838e0933 Move CI workflow to buildjet 2023-11-01 05:09:35 +00:00
Zed
623424f516 Fix outdated test 2023-11-01 04:52:44 +00:00
Zed
7b3fcdc622 Fix guest accounts CI setup attempt 4 2023-11-01 04:19:10 +00:00
Zed
1d20bd01cb Remove redundant "active" field from /.health 2023-11-01 04:16:33 +00:00
Zed
58e73a14c5 Fix guest accounts CI setup attempt 3 2023-11-01 04:13:22 +00:00
Zed
b0b335106d Fix missing CI file argument 2023-11-01 04:06:42 +00:00
Zed
006b91c903 Prevent annoying warnings on devel 2023-11-01 04:04:45 +00:00
Zed
33bad37128 Fix guest accounts CI setup attempt 2 2023-11-01 01:25:00 +00:00