Skip to content

Simple Python CLI script that downloads videos from XVideos. Academic purposes only.

Notifications You must be signed in to change notification settings

luizcelso/xpython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

XPython

Build Status

XPython is a simple Python CLI script that downloads XVideos videos just by giving a URL or a text file.

Dependencies

XPython uses a number of open source projects to work properly:

  • Click - Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary.

  • [Requests] - Requests is the only Non-GMO HTTP library for Python, safe for human consumption.

  • [Re] - The third-party regex module, which has an API compatible with the standard library re module.

  • Validator Collection - Python library of 60+ commonly-used validator functions.

  • [Os.path] - The os.path module is always the path module suitable for the operating system Python is running on, and therefore usable for local paths. However, you can also import and use the individual modules if you want to manipulate a path that is always in one of the different formats.

Usage

$ python x.py url https://...
or
$ python x.py file file.txt

Contribute

Want to contribute? Great!

paypal

License

MIT

Free Software, Hell Yeah!

About

Simple Python CLI script that downloads videos from XVideos. Academic purposes only.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages