mirror of
https://github.com/vitalygashkov/crextractor.git
synced 2026-07-15 17:40:03 +02:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0053b334fb | ||
|
|
7a973b7168 | ||
|
|
97e528b715 | ||
|
|
743f40d218 | ||
|
|
2c080d1c90 | ||
|
|
b889090c03 | ||
|
|
010bcbd2b8 | ||
|
|
6de5ae7740 | ||
|
|
067ee0b7de | ||
|
|
9e331b05c7 | ||
|
|
523fef223c |
+2
-1
@@ -1 +1,2 @@
|
||||
custom: ['t.me/tribute/app?startapp=dqW2']
|
||||
ko_fi: vitalygashkov
|
||||
custom: [ "pay.cloudtips.ru/p/e04763eb" ]
|
||||
|
||||
@@ -3,7 +3,7 @@ name: Extract
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 6 * * 6' # Runs every Saturday at 06:00 UTC
|
||||
- cron: '0 6 1 * *' # Runs monthly on the 1st day at 06:00 UTC
|
||||
|
||||
jobs:
|
||||
extract:
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
node-version-file: 'package.json'
|
||||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '21'
|
||||
|
||||
@@ -17,7 +17,7 @@ jobs:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 22
|
||||
node-version-file: 'package.json'
|
||||
registry-url: https://registry.npmjs.org/
|
||||
- run: npm install -g npm@latest
|
||||
- run: npm ci
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Utility for extracting credentials from the Crunchyroll Android app (both TV and mobile versions).
|
||||
|
||||
The [credentials](https://github.com/vitalygashkov/crextractor/blob/main/credentials.tv.json) are [automatically](https://github.com/vitalygashkov/crextractor/actions/workflows/extract.yml) updated once a week (if there are any changes).
|
||||
The [credentials](https://github.com/vitalygashkov/crextractor/blob/main/credentials.tv.json) are [automatically](https://github.com/vitalygashkov/crextractor/actions/workflows/extract.yml) updated once a month (if there are any changes).
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": "3.99.0 (1056)",
|
||||
"id": "xrpuo7pnmptovztigdfp",
|
||||
"secret": "VuGVUbd1ldRoBPzSdbD4uBcfnPjrlESn",
|
||||
"encoded": "eHJwdW83cG5tcHRvdnp0aWdkZnA6VnVHVlViZDFsZFJvQlB6U2RiRDR1QmNmblBqcmxFU24=",
|
||||
"authorization": "Basic eHJwdW83cG5tcHRvdnp0aWdkZnA6VnVHVlViZDFsZFJvQlB6U2RiRDR1QmNmblBqcmxFU24="
|
||||
"version": "3.103.2 (1086)",
|
||||
"id": "cisobxghnlkmdsjohfjo",
|
||||
"secret": "aWHXDdm951ZE47r0tTu4zJjzh84LyEaF",
|
||||
"encoded": "Y2lzb2J4Z2hubGttZHNqb2hmam86YVdIWERkbTk1MVpFNDdyMHRUdTR6Smp6aDg0THlFYUY=",
|
||||
"authorization": "Basic Y2lzb2J4Z2hubGttZHNqb2hmam86YVdIWERkbTk1MVpFNDdyMHRUdTR6Smp6aDg0THlFYUY="
|
||||
}
|
||||
+5
-5
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": "3.54.5 (22304)",
|
||||
"id": "ea9cmqltlqyzyan1vdy4",
|
||||
"secret": "-_YCpAD5gsxCiOHZzRLgICR8gOWXilQR",
|
||||
"encoded": "ZWE5Y21xbHRscXl6eWFuMXZkeTQ6LV9ZQ3BBRDVnc3hDaU9IWnpSTGdJQ1I4Z09XWGlsUVI=",
|
||||
"authorization": "Basic ZWE5Y21xbHRscXl6eWFuMXZkeTQ6LV9ZQ3BBRDVnc3hDaU9IWnpSTGdJQ1I4Z09XWGlsUVI="
|
||||
"version": "3.66.1 (22349)",
|
||||
"id": "mc240ce75w7nbdhbb0q6",
|
||||
"secret": "EcysbbWdXo1R0WWCTE55DPlZnwW4-O5b",
|
||||
"encoded": "bWMyNDBjZTc1dzduYmRoYmIwcTY6RWN5c2JiV2RYbzFSMFdXQ1RFNTVEUGxabndXNC1PNWI=",
|
||||
"authorization": "Basic bWMyNDBjZTc1dzduYmRoYmIwcTY6RWN5c2JiV2RYbzFSMFdXQ1RFNTVEUGxabndXNC1PNWI="
|
||||
}
|
||||
Reference in New Issue
Block a user