Mike Fährmann
|
0bb8831853
|
[twitter] fix 'username-alt' option name (#5715)
|
2024-06-22 17:49:58 +02:00 |
|
Mike Fährmann
|
f58b0e6fc7
|
[twitter] ignore 'Unavailable' media (#5736)
… including geo-restricted content.
add 'unavailable' option to allow re-enabling them again
|
2024-06-21 00:15:10 +02:00 |
|
Mike Fährmann
|
c699ce8ebb
|
[twitter] add 'username-alt' option (#5715)
|
2024-06-13 00:54:43 +02:00 |
|
Mike Fährmann
|
aa9be75d44
|
[twitter] fix duplicate ArkoseLogin check
forgot to replace this in 9e5d65fbf3
|
2024-06-06 19:44:42 +02:00 |
|
Mike Fährmann
|
162d4269ec
|
[twitter] extend 'ratelimit' option (#5532)
allow waiting for a set amount of seconds
|
2024-06-06 01:18:08 +02:00 |
|
Mike Fährmann
|
141efc2ad3
|
[twitter] transfer 'twitter.com' cookies to 'x.com' (#5597)
|
2024-05-21 23:46:42 +02:00 |
|
Mike Fährmann
|
6276f5cd94
|
[twitter] update domain to x.com (#5597)
|
2024-05-17 22:59:52 +02:00 |
|
Delphox
|
8ba73e2ec9
|
[twitter] match /video/ tweet urls
|
2024-05-17 16:50:51 -03:00 |
|
Mike Fährmann
|
33b07c4603
|
[twitter] wait for rate limit reset before 429 error (#5532)
|
2024-05-12 01:13:30 +02:00 |
|
Delphox
|
85550a37c4
|
[twitter] support fixvx urls
|
2024-04-25 13:19:40 -03:00 |
|
Mike Fährmann
|
347af7f5c8
|
[twitter] handle missing 'expanded_url' fields (#5463, #5490)
|
2024-04-19 21:42:22 +02:00 |
|
Mike Fährmann
|
9e5d65fbf3
|
[twitter] improve username & password login procedure (#5445)
- handle more subtasks
- support 2FA
- support email verification codes
|
2024-04-16 01:25:04 +02:00 |
|
Mike Fährmann
|
b38a917355
|
[common] add Extractor.input() method
|
2024-04-16 00:02:48 +02:00 |
|
Mike Fährmann
|
85bbb59483
|
[twitter] implement 'relogin' option (#5445)
|
2024-04-12 23:01:22 +02:00 |
|
Mike Fährmann
|
647a87d17c
|
[twitter] match '/photo/' Tweet URLs (#5443)
fixes regression introduced in 40c05535
|
2024-04-06 17:56:21 +02:00 |
|
Mike Fährmann
|
bdbc8be5f3
|
[twitter] prevent crash when extracting 'birdwatch' metadata (#5403)
|
2024-03-30 18:13:38 +01:00 |
|
fireattack
|
423599ce95
|
[twitter] fix pattern for single tweet (#5371)
- Add optional slash
- Update tests to include some non-standard tweet URLs
|
2024-03-25 21:57:35 +01:00 |
|
Mike Fährmann
|
8e694d85c4
|
[twitter] add 'birdwatch' metadata field (#5317)
should probably get a better name,
but this is what it's called internally by Twitter
|
2024-03-18 17:36:02 +01:00 |
|
Mike Fährmann
|
d53db6e11a
|
[twitter] handle "account is temporarily locked" errors (#5300)
- display proper error message
- add 'locked' option
|
2024-03-13 22:34:25 +01:00 |
|
Mike Fährmann
|
108abab537
|
[twitter] add 'protected' metadata field (#5327)
for 'author' and 'user'
|
2024-03-13 14:46:03 +01:00 |
|
Mike Fährmann
|
40c0553523
|
[twitter] add 'quotes' extractor (#5262)
https://github.com/mikf/gallery-dl/issues/5262#issuecomment-1981571924
It's implemented as a search for 'quoted_tweet_id:…' on Twitter.
|
2024-03-07 00:52:50 +01:00 |
|
Mike Fährmann
|
f7f8ef8684
|
[twitter] support communities (#4913)
|
2024-02-13 01:30:23 +01:00 |
|
Mike Fährmann
|
cae77e85f8
|
[twitter] update query hashes
... as well as 'variables' and 'features' values
also remove unused legacy API code
|
2024-02-12 23:19:13 +01:00 |
|
Mike Fährmann
|
5c43098a1a
|
[twitter] revert to using 'media' timeline by default (#4953)
This reverts commit a94f944148.
|
2024-01-09 23:19:39 +01:00 |
|
Mike Fährmann
|
9fa4f54c24
|
[twitter] raise error for invalid 'strategy' values (#4953)
|
2024-01-01 22:58:42 +01:00 |
|
Mike Fährmann
|
92ff99c8e5
|
[twitter] remove 'syndication' option (#3889)
|
2023-12-20 14:38:36 +01:00 |
|
Mike Fährmann
|
a75f85a2c2
|
[twitter] remove 'date_liked' (#3850, #4108, #4657)
Twitter's 'sortIndex' can't be used to calculate the timestamp
of when a Tweet was liked anymore.
|
2023-12-20 14:12:49 +01:00 |
|
Mike Fährmann
|
a94f944148
|
[twitter] default to 'tweets' timeline when 'replies' are enabled (#4953)
|
2023-12-20 01:57:18 +01:00 |
|
Mike Fährmann
|
57fc6fcf83
|
replace '24*3600' with '86400'
and generalize cache maxage values
|
2023-12-18 23:57:22 +01:00 |
|
Mike Fährmann
|
ac22bbe80c
|
[twitter] retry API requests only for Timeout errors (#4811)
|
2023-12-09 22:30:48 +01:00 |
|
Mike Fährmann
|
c55955db03
|
[twitter] quick and dirty fix for /media changes (#4898)
|
2023-12-09 15:38:42 +01:00 |
|
Mike Fährmann
|
a4e6ea667b
|
[twitter] retry API calls when their response contains errors (#4811)
|
2023-12-05 15:57:26 +01:00 |
|
Mike Fährmann
|
cf5702c843
|
[twitter] generalize "Login Required" error (#4734, #4324)
|
2023-12-05 15:13:58 +01:00 |
|
Mike Fährmann
|
7a0f145cbe
|
[twitter] ignore promoted Tweets (#4790, #3894)
add 'ads' option in case someone actually wants to
download promoted content for whatever reason
|
2023-11-10 23:46:46 +01:00 |
|
thatfuckingbird
|
44d7964c09
|
[twitter] recognize fixupx.com URLs
|
2023-11-01 15:50:36 +01:00 |
|
Mike Fährmann
|
fd36eafe32
|
[twitter] restore truncated retweet text (#3430, #4690)
|
2023-10-27 23:26:21 +02:00 |
|
Mike Fährmann
|
218295a4c6
|
[twitter] fix avatars without 'date' information (#4696)
|
2023-10-27 17:58:02 +02:00 |
|
Mike Fährmann
|
31dbbffc0b
|
[twitter] cache 'user_by_…' results (#4719)
|
2023-10-25 16:45:27 +02:00 |
|
Mike Fährmann
|
08bdde5aac
|
merge #4619: [twitter] add 'sensitive' metadata field
|
2023-10-09 15:40:58 +02:00 |
|
Mike Fährmann
|
f3d6aaff13
|
[twitter] rename to 'sensitive'; use 'tget()'
|
2023-10-09 15:39:09 +02:00 |
|
Mike Fährmann
|
efaab4fbfa
|
[twitter] fix crash due to missing 'source' (#4620)
regression caused by 06aaedde
|
2023-10-04 23:01:04 +02:00 |
|
Nahida
|
3438a3098d
|
[twitter] add possible_sensitive field
|
2023-10-04 10:34:02 +08:00 |
|
Mike Fährmann
|
6178177227
|
[twitter] fix '_extractor' of following results (#4536)
regression from 20ed647f
|
2023-09-15 23:04:30 +02:00 |
|
Mike Fährmann
|
a453335a9f
|
remove test results in extractor modules
and add generic example URLs
|
2023-09-11 16:30:55 +02:00 |
|
Mike Fährmann
|
4c0b3d5dc5
|
[twitter] fix crash when 'sortIndex' is None (#4499)
|
2023-09-04 18:28:43 +02:00 |
|
Mike Fährmann
|
06aaedded5
|
[twitter] extract 'source' metadata (#4459)
|
2023-08-28 16:31:57 +02:00 |
|
Mike Fährmann
|
e0829ff0fd
|
[twitter] add 'date_original' metadata for retweets (#4337, #4443)
|
2023-08-23 23:58:11 +02:00 |
|
Mike Fährmann
|
2b88ad19e9
|
[twitter] accept 'x.com' URLs (#4452)
|
2023-08-21 19:47:07 +02:00 |
|
Mike Fährmann
|
089d1a4f67
|
[twitter] fix 'TweetWithVisibilityResults' (#4369)
|
2023-08-06 22:08:50 +02:00 |
|
Mike Fährmann
|
fb3f0453db
|
[twitter] improve error messages for single Tweets (#4369)
also fixes '"quoted": false' not having any effect
|
2023-08-03 22:02:07 +02:00 |
|