Giter VIP home page Giter VIP logo

porn_fetch's Introduction

🌟 EchterAlsFake 🌟

🛠️ Digital Craftsman (Content Creator | Developer | Student | Life Enjoyer) 🎓

👋 Hey there! I'm Johannes, a 16-year-old student from the Liborius-Gymnasium in Germany. My coding journey began at 12, and ever since, I've been avidly pushing commits and working on various projects. 🚀 My passion lies in developing graphical user interfaces and supporting APIs, with all my projects being open-source under the (L)GPL License. 🌐 Although I'm not frequently active on my YouTube Channel EchterAlsFake, I'm planning to ramp up my content creation soon!

Apart from coding, I occasionally delve into Cybersecurity, expanding my knowledge and skills. 🛡️

What I Believe:

  • Collaboration is key to success, and I'm always open to it. Let's create something amazing together! 🤝
  • Positivity over saltiness any day! If you've got an issue, just open it up. We're all here to learn and grow. 😄
  • Stand with Ukraine! 🇺🇦

📬 Reach Out to Me:

Johannes Habel's GitHub stats

🎵 Let's Talk Music

I'm a big fan of music, and here's a snapshot of my favorite artists and songs according to Spotify and me. Music is the rhythm to code by! 🎶

spotify-github-profile

🎤 Favorite Artists (Spotify's Choice):

🎵 Favorite Songs (My Picks):

(Last updated on: 16th of March 2024)

🧰 Languages and Tools

Git

Linux

Python

Bash

GitHub

Qt

PyCharm

Android


Inspiration Credit: The amazing ForrestKnight
(Don't forget to check out his YouTube channel!)

porn_fetch's People

Contributors

echteralsfake avatar egsago-n avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

porn_fetch's Issues

translation:en-us to zh-cn and one suggestion

here is the Chinese translation file
en-us to zh-cn.zip
I use some translations from cn. prefix pornhub page

and one suggestion: could you please sort the video number in reverse? Make the mode’s first video numbered with 001,and the newest video has the biggest number, thank you very much🥰

here is the code I got form ChatGPT

    for i, video in enumerate(reversed(list(iterator)), start=1):
          item = QTreeWidgetItem(tree_widget)
          item.setText(0, f"{i}) {video.title}")
          item.setData(0, QtCore.Qt.UserRole, video.url)
          item.setCheckState(0, QtCore.Qt.Unchecked)  # Adds a checkbox
    ```

Buffer Overflow (HQPorner / EPorner)

I don't know why this error still happens. If you get it just wait, the video should still be downloaded, but you won't see progress.

Will be fixed in v3.2 (yeah I do some more tests before releasing in the future lmao)

Question about the tests

Hi,
In your test file you point out that with a delay of .2 seconds, the client crashes.
I haven't been able to replicate the error, mass downloading with no delay works fine for me. Can you provide a traceback?

Also, video.hotspots are now a map object. You can get them back to a list by generating them :)

Output Path

Good morning.
I am contacting you to inform you that I often encounter the following error.
When in "Output Path" I enter "D:\Personnel\Documents", the files are downloaded to "D:\Personnel".
If I put "D:\Personal", the files are downloaded to "D:".

I am using Windows version 2.9.

Fail to fetch PH model videos (Rgegex <get_flash> failed)

Hello,

When I try to find all videos of a specific PH model, I enter the model URL (https://www.pornhub.com/model/XXX) and click to find videos, but the program fails after 19 videos.

I tried with 5 models, and that always fails at 19...

Here's the error :
2024-03-08 11:13:39.950434 : ←[96m[DEBUG] : ←[38;2;255;66;0m : Search Limit: 50 ←[0m
Pattern <get_flash> failed
Traceback (most recent call last):
File "main.py", line 253, in run
File "main.py", line 219, in process_video
File "functools.py", line 995, in get
File "phub\objects\video.py", line 575, in author
File "phub\objects\user.py", line 103, in from_video
File "phub\objects\video.py", line 131, in fetch
File "phub\modules\parser.py", line 33, in resolve
File "phub\consts.py", line 95, in wrapper
File "phub\consts.py", line 60, in _throw_re_error
phub.errors.RegexError: Regex <get_flash> failed.

The connection is terminated

版本:Porn_Fetch_2.7
网站:https://cn.pornhub.com/model/carrylight
I get an error after running,Not all of the retrieved videos are displayed.
The error message is as follows:
An error happened. This error will NOT be sent tosentry, to prevent leakingyour account data! ERROR:('Connection aborted.'ConnectionAbortedError(10053,‘你的主机中的软件中止了一个已建立的连接。None, 10053, None))

I thought the network was fluctuating and causing the error when I ran it again,A new error has occurred:
An error happened. Thiserror will NOT be sent to sentry, to prevent leaking
separated with n→
your account data! ERROR: HTTPSConnectionPoolchost=www.pornhub.comel
port-443): Max retries exceeded with url: /webmasters/video_by id?
n.pornhub.coiid=ph5b40ff9241d93 (Caused by SSLError(SSLEOFError 8,'ISSL:UD
UNEXPECTED EOF_WHILE READINGJ EOF occurred in violation of protocol
(ssl.c:1006))1)

3.1 build?

3.1 released. No build/actual release?

Connection Error

Appea mistaker,requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(10054, '远程主机强迫关闭了一个现有的连接。', None, 10054, None))

Allow for custom attempt limit

WARNING:phub.core:Call failed: ConnectionError(ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))). Retrying (attempt 1/4)

the attempts are 4, before it aborts. There should be an option to allow for custom attempt limit.

Missing Error Message

In the Function on Line 1598 is an Error.
def on_video_load_error(self, error_message): # Handle errors, possibly show message to user logger_debug(f"Error loading video: {error_message}") SomeFunctions().ui_popup(QCoreApplication.tr(f"Some error occurred in loading a video. Please report this: {e}", None))

The Function has no param 'e', so it should be changed to something else or {error_message}.
I hope you will be open to Contibution in the Future (didnt found any Info in your Project ^^)

HTTPSConnectionPool

Good morning.

I am contacting you to inform you that I often encounter the following error when downloading:
"Segment 72 failed: HTTPSConnectionPool(host='dv-h.phncdn.com', port=443): Max retries exceeded with url: /hls/videos/202203/01/403895761/1080P_8000K_403895761.mp4/seg-72-v1-a1.ts?ttl=1697661737&l=0&ipa=82.64.80.34&hash=5b041f20145cdce36375f15410dc178d (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1006)')))
Retrying to fetch 33 segments".

For information, I set the speed setting to "Usual". It doesn't change anything.

where binaries

Why are the binaries in a google drive and not in the release assets?

Playlist limit?

There seems to be a max of 50 videos? Result limit only goes up to 200? Up limit to 1000?

FFmpeg downloading

When trying to download with ffmpeg enabled this error appears

Traceback (most recent call last):
File "main.py", line 325, in run
File "phub\objects\video.py", line 242, in download
File "phub\modules\download.py", line 104, in FFMPEG
TypeError: sequence item 8: expected str instance, WindowsPath found

[Feature Requests] Allow export of URLs from list | | Allow building a larger list with multiple models, searches, etc converged into a list.

Hello,

I just wanted to politely request these two things as features and see if they could be implemented. The exportation of URLs could be from a right click menu or as a button next to the select all (and other) buttons. Potential improvements upon this feature could include formatting and allowing import with duration, model, etc already included using separators in the file to save on network requests.

The second feature would just be allowing for consecutive requests and searches to add to the existing list in the tree (would likely require expanding past 200 available responses in list).

If you hate these ideas then I totally understand but just wanted to offer input on what I think could help make it a more robust software.

Thank you for considering my requests

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.