19 Commits
Author SHA1 Message Date
Vitaly Gashkov 50d84b208c 1.3.1 2025-09-20 22:19:07 +05:00
Vitaly Gashkov 3ed2207eaa chore: update tv credentials 2025-09-20 22:17:18 +05:00
Vitaly Gashkov 980278acb9 Merge branch 'main' of https://github.com/vitalygashkov/crunchys 2025-09-20 22:17:01 +05:00
Vitaly Gashkov 485d330af2 fix: update source for tv apk 2025-09-20 22:16:34 +05:00
vitalygashkovandgithub-actions[bot] 50f77e0e7a Apply automatic changes 2025-09-13 06:16:25 +00:00
Vitaly Gashkov 00ba683170 chore: update tv credentials manually 2025-09-06 22:04:12 +05:00
Vitaly Gashkov d979333e13 update workflow 2025-09-01 13:03:24 +05:00
Vitaly Gashkov 1908ba60f5 update workflow 2025-09-01 12:59:48 +05:00
Vitaly Gashkov 45ab0a6085 update workflow 2025-09-01 12:54:30 +05:00
Vitaly Gashkov 17e9adf3b2 update workflow 2025-09-01 12:48:03 +05:00
Vitaly Gashkov 99d07dc063 update workflow 2025-09-01 12:46:35 +05:00
Vitaly Gashkov c7a72f06a2 update workflow 2025-09-01 12:44:19 +05:00
Vitaly Gashkov 2ac5d94eb8 update workflow 2025-09-01 12:38:24 +05:00
Vitaly Gashkov f2db789e75 update workflow 2025-09-01 12:36:22 +05:00
Vitaly Gashkov a00b53007f update workflow 2025-09-01 12:34:13 +05:00
Vitaly Gashkov 38ac098adb update workflow 2025-09-01 12:29:22 +05:00
Vitaly Gashkov 5240fe25d5 fix 2 2025-09-01 12:22:58 +05:00
Vitaly Gashkov 50267e58a6 fix 2025-09-01 12:21:10 +05:00
Vitaly Gashkov 06e004b173 update gitignore 2025-08-26 19:10:31 +05:00
7 changed files with 28 additions and 44 deletions
+11 -29
View File
@@ -3,56 +3,38 @@ name: Extract
on:
workflow_dispatch:
schedule:
- cron: '0 4 * * 1' # Runs every Monday at 04:00 UTC
- cron: '0 6 * * 6' # Runs every Saturday at 06:00 UTC
jobs:
extract:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
# JADX requires Java 11 or higher to run
- name: Set up JDK 17
uses: actions/setup-java@v4
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
java-version: '17'
node-version: 22
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
# Download and install the latest version of JADX
- name: Install JADX
run: |
# Fetch the latest version tag from the JADX GitHub repository
JADX_VERSION=$(curl -s "https://api.github.com/repos/skylot/jadx/releases/latest" | grep -Po '"tag_name": "v\K[0-9.]+')
echo "Installing JADX version ${JADX_VERSION}..."
# Download the release zip file
curl -Lo jadx.zip "https://github.com/skylot/jadx/releases/download/v${JADX_VERSION}/jadx-${JADX_VERSION}.zip"
# Unzip the archive
unzip -q jadx.zip -d jadx-dist
# Add the JADX bin directory to the GitHub Actions path
# This makes the 'jadx' command available in subsequent steps
echo "$(pwd)/jadx-dist/jadx-${JADX_VERSION}/bin" >> $GITHUB_PATH
# Clean up the downloaded zip file
echo "$(pwd)/jadx-dist/bin" >> $GITHUB_PATH
rm jadx.zip
shell: bash
# Verify that JADX was installed correctly
- name: Verify JADX installation
run: jadx --version
- name: Install dependencies
run: npm install
# Verify that JADX was installed correctly
- name: Extract app credentials
run: node . --target mobile --output ./credentials.mobile.json && node . --target tv --output ./credentials.tv.json
run: npm run extract:mobile && npm run extract:tv
# Commit all changed files back to the repository
- uses: stefanzweifel/git-auto-commit-action@v5
+2
View File
@@ -1,5 +1,7 @@
/node_modules
.DS_Store
/jadx-dist
/jadx.zip
/crunchyroll
crunchyroll.apk
crunchyroll.xapk
+5 -5
View File
@@ -1,7 +1,7 @@
{
"version": "3.89.2 (952)",
"id": "n0q2nxl37zig0dqn0aio",
"secret": "P0j3he4N8UG8W2w0-PvDadjGuv62fN2d",
"encoded": "bjBxMm54bDM3emlnMGRxbjBhaW86UDBqM2hlNE44VUc4VzJ3MC1QdkRhZGpHdXY2MmZOMmQ=",
"authorization": "Basic bjBxMm54bDM3emlnMGRxbjBhaW86UDBqM2hlNE44VUc4VzJ3MC1QdkRhZGpHdXY2MmZOMmQ="
"version": "3.90.0 (955)",
"id": "bf70x6ihcc8hgzwsbvxi",
"secret": "x2cspPet3Zz5wJCtJrUCOIS9bzZwRCpc",
"encoded": "YmY3MHg2aWhjYzhoZ3p3c2J2eGk6eDJjc3BQZXQzWno1d0pDdEpyVUNPSVM5Ynpad1JDcGM=",
"authorization": "Basic YmY3MHg2aWhjYzhoZ3p3c2J2eGk6eDJjc3BQZXQzWno1d0pDdEpyVUNPSVM5Ynpad1JDcGM="
}
+5 -5
View File
@@ -1,7 +1,7 @@
{
"version": "3.42.1 (22267)",
"id": "bmbrkxyx3d7u6jsfyla4",
"secret": "AIN4D5VE_cp0wVzfNoP0YqHUrYFp9hSg",
"encoded": "Ym1icmt4eXgzZDd1NmpzZnlsYTQ6QUlONEQ1VkVfY3Awd1Z6Zk5vUDBZcUhVcllGcDloU2c=",
"authorization": "Basic Ym1icmt4eXgzZDd1NmpzZnlsYTQ6QUlONEQ1VkVfY3Awd1Z6Zk5vUDBZcUhVcllGcDloU2c="
"version": "3.45.2 (22274)",
"id": "cb9nzrmht32vgtexygko",
"secret": "KUwmMjJXxxursHITd1zvl2C2yQaQo8N4",
"encoded": "Y2I5bnpybWh0MzJ2Z3RleHlna286S1V3bU1qSlh4eHVyc0hJVGQxenZsMkMyeVFhUW84TjQ=",
"authorization": "Basic Y2I5bnpybWh0MzJ2Z3RleHlna286S1V3bU1qSlh4eHVyc0hJVGQxenZsMkMyeVFhUW84TjQ="
}
+1 -1
View File
@@ -17,7 +17,7 @@ const downloadMobileApk = async () => {
const downloadTvApk = async () => {
const source = 'https://webservices.aptoide.com/webservices/3/getApkInfo';
const formData = new FormData();
formData.append('identif', 'id:71305225');
formData.append('identif', 'id:71666229');
formData.append('mode', 'json');
const response = await fetch(source, {
method: 'POST',
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "crextractor",
"version": "1.3.0",
"version": "1.3.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "crextractor",
"version": "1.3.0",
"version": "1.3.1",
"funding": [
{
"type": "individual",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "crextractor",
"version": "1.3.0",
"version": "1.3.1",
"description": "Utility for extracting credentials from the Crunchyroll Android app",
"main": "crextractor.js",
"bin": {