Metadata-Version: 2.1
Name: anonfiles-directlink
Version: 1.2
Summary: Generate anonfiles direct link
Project-URL: Homepage, https://github.com/player2I0/anonfiles-directlink
Project-URL: Bug Tracker, https://github.com/player2I0/anonfiles-directlink/issues
Author-email: player210 <egorbubenov228@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown

## Anonfiles.com direct link generator

Generate direct link for downloading file from anonfiles.com

## Requirements

At least Python 3, **beautifulsoup4**, and **requests** as well

## Usage

```
import anonfiles-directlink as d

link = 'some anonfiles link'
download_link = d.direct_link(link)
print(direct_link)
```