Will assume URL is nonexistent if rate limits are reached #2

Open
opened 2021-05-28 02:49:29 +00:00 by TheTechRobo · 0 comments
TheTechRobo commented 2021-05-28 02:49:29 +00:00 (Migrated from github.com)

URLs are alloted 1000 hits per day. After which the redirect will no longer occur, and the user must click a link to continue.

This is bad for archival. An idea: force use of HTML anyway by appending = to the URLs, like http://tiny.cc/TinyTtR=, and use beautifulsoup or something to find the link. (Just need to check the textarea)

URLs are alloted 1000 hits per day. After which the redirect will no longer occur, and the user must click a link to continue. This is bad for archival. An idea: force use of HTML anyway by appending `=` to the URLs, like http://tiny.cc/TinyTtR=, and use beautifulsoup or something to find the link. (Just need to check the textarea)
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TheTechRobo/tinycc-grabber#2
No description provided.