Skip to content

Commit

Permalink
- fixed the layout (finally after 2 years)
Browse files Browse the repository at this point in the history
- fixed some issues in the readme
  • Loading branch information
EchterAlsFake committed Sep 30, 2024
1 parent 701783a commit 9535cde
Show file tree
Hide file tree
Showing 5 changed files with 503 additions and 501 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ The Graphical User Interface is only for 64bit systems. The CLI supports 64 and

> Downloading on Windows is generally slower because Windows doesn't have a good I/O network handling

## 🌐 Supported Websites
- [PornHub.com](https://github.com/Egsagon/PHUB)
- [HQPorner.com](https://github.com/EchterAlsFake/hqporner_api)
Expand All @@ -88,12 +87,11 @@ The Graphical User Interface is only for 64bit systems. The CLI supports 64 and
> Not all websites support every feature.
> Some might only support downloading, while others support searching
### You can see more information [HERE](https://github.com/EchterAlsFake/Porn_Fetch/blob/master/README/WEBSITES.md)
### You can find more information [HERE](https://github.com/EchterAlsFake/Porn_Fetch/blob/master/README/WEBSITES.md)


## Working with Files
Porn Fetch allows you to use a URL or kind of batch file to programmatically download all videos, models, and search
terms listed in there.
## Batch processing
Porn Fetch allows you to use batch / automatic processing of videos, models and search queries

Here's a short documentation on how to use it:

Expand All @@ -117,22 +115,23 @@ Porn Fetch supports all URLs, Models and search terms like it would if you use t
> When using the search function, make sure the website is the exact same name like in the URL between www. and .com
> e., for "https://www.pornhub.com" it would be just "pornhub" or for "https://xvideos.com" it would be just "xvideos"

If you still need a real example file, [here you go](https://github.com/EchterAlsFake/Porn_Fetch/blob/eac6fa2ccf644e4b30816a7bd2fa0257b2a03e36/src/backend/urls.txt)

## 🔨 Building from Source
Easy-to-use build scripts are available for various platforms. Run these in your terminal:

### For Ubuntu, Windows, Arch Linux, Termux, Fedora, OpenSUSE:
### Ubuntu, Windows, Arch Linux, Termux, Fedora, OpenSUSE:
```bash
wget "https://raw.githubusercontent.com/EchterAlsFake/Porn_Fetch/master/src/scripts/install.sh" -O install.sh
bash install.sh
```
### For Termux:

### Termux:
```bash
wget -O - "https://raw.githubusercontent.com/EchterAlsFake/Porn_Fetch/master/src/scripts/install_termux.sh" | bash
apt install wget -y && wget -O - "https://raw.githubusercontent.com/EchterAlsFake/Porn_Fetch/master/src/scripts/install_termux.sh" | bash
```
### For Windows (Powershell as Admin)

### Windows (Powershell as Admin)
```
# Enable script execution
Set-ExecutionPolicy RemoteSigned
Expand Down Expand Up @@ -169,6 +168,7 @@ Currently available in:
- API: [PHUB](https://github.com/EchterAlsFake/PHUB)
- GUI: [Qt](https://qt.io) for Python
- FFmpeg: [FFmpeg](https://ffmpeg.org/) GPL

### See [Credits](https://github.com/EchterAlsFake/Porn_Fetch/blob/master/README/CREDITS.md)

## 📚 License
Expand Down
5 changes: 3 additions & 2 deletions README/STATUS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@
- [] Fix remote connection closed without response
- [] Fix logging
- [] Fix image URLs from PornHub
- [] Improving installation instructions
- [x] Improving installation instructions
- [x] Add instruction which file to pick from the releases
- [x] Tell about the .sig and gpg verification
- [x] Tell about the .config file and why it's important
- [x] Tell how to make Porn Fetch executable on Linux systems

- [] Make a first-use tutorial
- [] Fix the Porn Fetch layout
- [x] Fix the Porn Fetch layout
- [] Rework Porn Fetch buttons and some UI design
- [] Make Porn Fetch fully installable and runable from context menu on Windows and Linux
- [] Make an "evasion" mode, to hide Porn Fetch from your PC / Android device

Expand Down
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ def switch_to_home(self):
def switch_to_account(self):
self.ui.stacked_widget_top.setCurrentIndex(1)
self.ui.stacked_widget_main.setCurrentIndex(0)
self.ui.stacked_widget_top.setMaximumHeight(170)
self.ui.stacked_widget_top.setMaximumHeight(220)

def switch_to_tools(self):
self.ui.stacked_widget_main.setCurrentIndex(0)
Expand All @@ -1289,6 +1289,7 @@ def switch_to_supported_websites(self):
def switch_to_all_progress_bars(self):
self.ui.stacked_widget_top.setCurrentIndex(2)
self.ui.stacked_widget_main.setCurrentIndex(0)
self.ui.stacked_widget_top.setMaximumHeight(280)

"""
The following functions are related to the tree widget
Expand Down
Loading

0 comments on commit 9535cde

Please sign in to comment.