Giter Club home page Giter Club logo

Comments (5)

MiMmmmiiii avatar MiMmmmiiii commented on June 16, 2024 1

same here ... lol!

from onlyfans-dl.

peddanet avatar peddanet commented on June 16, 2024

yes me too! Is there a known update time before it is available (so maybe sth like wrong database table which is later updated?)

from onlyfans-dl.

peddanet avatar peddanet commented on June 16, 2024

Ok it has nothing to do with updates, still missing! Maybe the tool does not get an updated list, so that of is fooling the tool? Or is it that some accoiunts are completely under DRM?

@junobite solution is nice , but I am working from linux! Unfortunately....this is a .Net7 windows app..

from onlyfans-dl.

peddanet avatar peddanet commented on June 16, 2024

@junobite @MiMmmmiiii @hoppalotta2 @forsakendaemon

Dotnet 7.0 console app
I have managed to download dotnet-sdk-7.0 and the bento4 tools and installed it on Ubuntu. It worked straightforward and I could save time using the auth.json of this project!:

{
  "USER_ID": "123456789",
  "USER_AGENT": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/119.0",  
  "X_BC": "[get it from description or from already configured auth.json from this project]",
  "COOKIE": "auth_id=123456789; sess=[your session id]",
  "YTDLP_PATH": "/usr/local/bin/yt-dlp_linux",
  "FFMPEG_PATH": "/usr/bin/ffmpeg",
  "MP4DECRYPT_PATH": "/usr/local/bin/mp4decrypt"
}
  • I have managed to copy the yt-dlp_linux to /usr/local/bin:
$ chmod +x  
$ sudo cp -rvf yt-dlp_linux /usr/local/bin/
  • Finally I cloned the OF DL and build
$ git clone https://github.com/sim0n00ps/OF-DL.git
$ cd OF-DL 
$ dotnet publish -r linux-x64 -c Release --self-contained false
  • For any unknown reason, auth.json and config.json are not part of the published console app. I got it from the releases zip and extract them to the publish folder

And voila, it worked perfectly! It was my first port of a c# app to Ubuntu and I was scared, it worked so straight forward, out of the box. So starting the process from publish folder:
$ ./OF\ DL

from onlyfans-dl.

puckslane avatar puckslane commented on June 16, 2024

This isn't a OF issue - it is a script issue.

The latest sub is being truncated from the list. If you are facing this, after you subscribe to anyone you want to DL, subscribe to someone free after it. The one you want will now be listed last. You can then unsub the free one, add another one, then resub to a free one to get the list correct

I expect its an issue with the array being shown, but I am not in the headspace to debug code. If someone can but that would be great :D

from onlyfans-dl.

Related Issues (20)

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.