Skip to content

Commit

Permalink
- updating readme
Browse files Browse the repository at this point in the history
- updating the upload-artifact to v4
  • Loading branch information
EchterAlsFake committed Sep 14, 2024
1 parent f94d352 commit 1b1a749
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_cli_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pyinstaller -F Porn_Fetch_CLI.py && cd dist && mv Porn_Fetch_CLI PornFetch_Linux_CLI_x64 && chmod +x PornFetch_Linux_CLI_x64
- name: Archive Porn Fetch CLI (Linux_64) build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: PornFetch_Linux_CLI_x64
path: dist/PornFetch_Linux_CLI_x64
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
pyinstaller -F Porn_Fetch_CLI.py && cd dist && mv Porn_Fetch_CLI PornFetch_Linux_CLI_x32 && chmod +x PornFetch_Linux_CLI_x32
- name: Archive Porn Fetch CLI (Linux_32) build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: PornFetch_Linux_CLI_x32
path: dist/PornFetch_Linux_CLI_x32
4 changes: 2 additions & 2 deletions .github/workflows/build_cli_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pyinstaller -F Porn_Fetch_CLI.py && cd dist && mv Porn_Fetch_CLI.exe PornFetch_Windows_CLI_x64.exe
- name: Archive Porn Fetch CLI (Windows X64) build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: PornFetch_Windows_CLI_x64
path: dist/PornFetch_Windows_CLI_x64.exe
Expand All @@ -56,7 +56,7 @@ jobs:
pyinstaller -F Porn_Fetch_CLI.py && cd dist && mv Porn_Fetch_CLI.exe PornFetch_Windows_CLI_x32.exe
- name: Archive Porn Fetch CLI (Windows X32) build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: PornFetch_Windows_CLI_x32
path: dist/PornFetch_Windows_CLI_x32.exe
2 changes: 1 addition & 1 deletion .github/workflows/build_gui_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
pyside6-deploy -c src/build/pysidedeploy_linux.spec main.py
- name: Archive x64 build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pyside6-application-x64
path: deploy/main.bin
2 changes: 1 addition & 1 deletion .github/workflows/build_gui_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "yes" | pyside6-deploy -c src/build/pysidedeploy_windows.spec main.py
- name: Archive Windows x64 build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pyside6-application-windows-x64
path: deploy/main.exe
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
- Cross-platform compatibility
- Multiple supported websites
- Multiple user interface languages
- Native Android application
- Native Android application (Not on >=v3.3)
- modern looking user interface
- Supports over 115 MB/s download speed thanks to well optimized HLS downloading

Expand All @@ -79,6 +79,7 @@ The Graphical User Interface is only for 64bit systems. The CLI supports 64 and
- [xnxx.com](https://github.com/EchterAlsFake/xnxx_api)
- [Eporner.com](https://github.com/EchterAlsFake/eporner_api)
- [XVideos.com](https://github.com/EchterAlsFake/xvideos_api)
- [Spankbang.com](https://github.com/EchterAlsFake/spankbang_api)

> [!IMPORTANT]
> Not all websites support every feature.
Expand Down Expand Up @@ -142,6 +143,9 @@ Invoke-Expression (Invoke-WebRequest -Uri https://raw.githubusercontent.com/Echt
The Android app is the exact same as the desktop app. Thanks to Qt's Android developing Guide, you'll be able to simply
install the .apk file, and you have the full version of Porn Fetch on your device.

> [!IMPORTANT]
> Android is currently broken, use Termux instead!
### Building for Android
Building the PySide6 application by yourself isn't possible through a simple script. If you really want
to do it, please refer to my [Pyside6-to-Android](https://github.com/EchterAlsFake/PySide6-to-Android) repository.
Expand Down

0 comments on commit 1b1a749

Please sign in to comment.