A CLI program to view and vote for DeArrow submissions.
dearrow-cli view title -v <VIDEO_ID>
dearrow-cli view thumbnail -v <VIDEO_ID>
By default, this uses DeArrow Browser's internal API. Uses DeArrow data licensed under CC BY-NC-SA 4.0 from https://dearrow.ajay.app/.
Legend:
d
: Removed by downvotesr
: Replaced by submitterh
: Title / thumbnail should only appear in submission menu (score < 0)u
: Submitted by unverified userl
: Locked by a VIPrm
: Removed by a VIPv
: Submitted by a VIPx
: Shadowhidden
Voting requires your private ID to be set using the SPONSORBLOCK_PRIVATE_USERID
environment variable.
dearrow-cli vote -v <VIDEO_ID> title "Some title"
dearrow-cli vote -v <VIDEO_ID> --downvote title "A bad title"
dearrow-cli vote -v <VIDEO_ID> thumbnail at 10.123
dearrow-cli vote -v <VIDEO_ID> thumbnail original
dearrow-cli vote -v <VIDEO_ID> --downvote thumbnail at 10.123
dearrow-cli vote -v <VIDEO_ID> --downvote thumbnail original
If you are a VIP user and want to disable auto-lock, pass the --no-auto-lock
option before title
or thumbnail
.
Copyright (C) 2024 mschae23
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.