Skip to content

Added basic cookie from browser login for downloading private videos … #21

Added basic cookie from browser login for downloading private videos …

Added basic cookie from browser login for downloading private videos … #21

Workflow file for this run

name: Linux Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: PyInstaller Linux
uses: aliencaocao/pyinstaller_action@main
with:
python_ver: '3.11'
spec: 'yt-dlp-gui-linux.spec'
requirements: 'requirements.txt'
upload_exe_with_name: 'yt-dlp-gui'