Skip to content

Update responses folder #120

Update responses folder

Update responses folder #120

Workflow file for this run

name: Update responses folder
on:
workflow_dispatch:
jobs:
bruteforce:
strategy:
fail-fast: false
matrix:
client: [0,3,11,12,17,20,22,24,25,32,34,35,36,37,40,53,54,73,86,91]
runs-on: ubuntu-latest
steps:
- run: curl https://github.com/gamer191/YouTube-Internal-Clients/archive/refs/heads/forced-brute.zip -L -o forcedbrute.zip
- run: unzip forcedbrute.zip
- run: pip install grequests
- run: cd YouTube-Internal-Clients-forced-brute&&python innerbrute.py ${{ matrix.client }}