Commit Graph

16 Commits

Author SHA1 Message Date
Mike Fährmann
03b45df8aa [gofile] fix extraction (#8681 #8683)
- fix website_token extraction
- send website_token as 'X-Website-Token' header
2025-12-11 17:28:02 +01:00
Mike Fährmann
968597a302 yield 3-tuples for Message.Directory
adapt tuples to the same length and semantics as other messages
2025-12-05 21:39:52 +01:00
Mike Fährmann
d8ef1d693f rename 'StopExtraction' to 'AbortExtraction'
for cases where StopExtraction was used to report errors
2025-07-09 21:07:28 +02:00
Mike Fährmann
f2a72d8d1e replace 'request(…).json()' with 'request_json(…)' 2025-06-29 17:50:19 +02:00
Mike Fährmann
41191bb60a 'match.group(N)' -> 'match[N]' (#7671)
2.5x faster
2025-06-18 13:05:58 +02:00
Mike Fährmann
d9bbe3b3b3 [gofile] fix website token extraction (#6596) 2024-12-03 12:04:05 +01:00
Mike Fährmann
7f0f407d88 [gofile] fix "KeyError: 'childrenIds'" (#5993) 2024-08-11 15:26:58 +02:00
Mike Fährmann
ddee5ae7c4 [gofile] fix extraction 2024-03-15 20:34:54 +01:00
Mike Fährmann
3433481dd2 [gofile] update 'website_token' extraction 2024-01-27 01:10:14 +01: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
d97b8c2fba consistent cookie-related names
- rename every cookie variable or method to 'cookies_*'
- simplify '.session.cookies' to just '.cookies'
- more consistent 'login()' structure
2023-07-22 01:20:50 +02:00
Mike Fährmann
77abcf5ab3 [gofile] automatically fetch 'website-token' by default
the hardcoded token changed yet again
2023-05-20 17:00:27 +02:00
Mike Fährmann
5037013e2b [gofile] update 'website-token' (#4056) 2023-05-15 14:59:44 +02:00
Mike Fährmann
e41e45ff6b [gofile] add basic password support (#4056) 2023-05-13 15:46:29 +02:00
Mike Fährmann
e0ac358aa5 [gofile] fix 401 Unauthorized errors (#2632) 2022-06-01 13:02:34 +02:00
loragja
7e545a3ae9 [gofile] add gofile.io extractor (#2364)
* Add gofile extractor

* add gofile extractor to module list

* add support for tiny monitors and ancient python versions

* seriously, f-strings are not *that* new...

* i love flake8 :)

* add 'api-token' and 'recursive' options
* add tests
2022-03-29 17:31:57 +02:00