Skip to content

klau24/fmovies-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fmovies-cli

Download movies from the CLI through fmovies. image

Future Features

  • Setup a python env
  • Multithreading to download multiple movies at once
  • Option to play movie from VLC instead of downloading
  • More robust searching that is interactive with user
  • Have fmovie mirrors incase one goes down

Known Bugs

  • Searching for movie ocasionally throws an error. I suspect this has to do with hitting an ad when Selenium clicks the movie
    • Potential solution is to wrap in try/except block and keep trying until no error

Usage

Current usage: python3 fmovies.py [fmoviesUrl]

Future usage: python3 fmovies.py [options] -url [fmoviesUrl]

Options (Coming soon...)

-h, -help                                          Prints this help text
-o                                                 Name of output file
-vcl                                               Play from VCL
-sub                                               Boolean flag for movie subtitles. English only.
-headless                                          Boolean flag for Selenium
-b                                                 Show .m3u8 link

Requirements

  • python3
  • selenium
  • youtube_dl
  • google chrome

What I learned

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages