sim0n00ps / OF-DL

C# console app to download all of the media from Onlyfans accounts with DRM video downloading support
846 stars 70 forks source link

Version 1.0.0 built ?? #605

Closed peddanet closed 1 month ago

peddanet commented 1 month ago

System: Ubuntu 22.04, .Net8

Since I downloaded and built v.1.7.79:

dotnet publish -c release -r linux-x64 --self-contained false

It started like this:

$ ./OF\ DL 
 __        __         _                                       _                ___    _____           ____    _     
 \ \      / /   ___  | |   ___    ___    _ __ ___     ___    | |_    ___      / _ \  |  ___|         |  _ \  | |    
  \ \ /\ / /   / _ \ | |  / __|  / _ \  | '_ ` _ \   / _ \   | __|  / _ \    | | | | | |_     _____  | | | | | |    
   \ V  V /   |  __/ | | | (__  | (_) | | | | | | | |  __/   | |_  | (_) |   | |_| | |  _|   |_____| | |_| | | |___ 
    \_/\_/     \___| |_|  \___|  \___/  |_| |_| |_|  \___|    \__|  \___/     \___/  |_|             |____/  |_____|

config.json located successfully!
You are running OF-DL version 1.0.0
Please update to the current release on GitHub, 1.7.79: https://github.com/sim0n00ps/OF-DL/releases/tag/OFDLV1.7.79
auth.json located successfully!
rules.json located successfully!
FFmpeg located successfully. Path auto-detected: `/home/xxx/bin/ffmpeg`
device_client_id_blob and/or device_private_key missing, https://cdrm-project.com/ will be used instead for DRM protected videos
Logged In successfully as xxx zzz yyy
Select Accounts to Scrape | Select All = All Accounts | List = Download content from users on List | Custom = Specific Account(s)

> Select All                                                                                                                     
  List                                                                                                                           
  Custom                                                                                                                         
  Download Single Post                                                                                                           
  Download Single Message                                                                                                        
  Download Purchased Tab                                                                                                         
  Edit config.json                                                                                                               
  Change logging level                                                                                                           
  Exit 

The version info seems pretty annoying, but I downloaded the correct tag and built it successfully.

Is this a new feature or should I update any version.cs file??

melithine commented 1 month ago

The dotnet publish command should have included -p:Version=1.7.79. That was added back in July and the check against GitHub was added in September. https://sim0n00ps.github.io/OF-DL/docs/installation/linux

peddanet commented 1 month ago

Thanks @melithine ! I applied and as expected worked. Sorry for not reading the new installation instructions, which you have prepared with care here, thanks for the reminder. I just did not think of it to look for an update there!! I will obey this from now on.

melithine commented 1 month ago

If you want to be notified about new releases, yes 😊

melithine commented 1 month ago

You may have missed it when we switched docs over to github from gitbook.