Utilize this python package to get the download links from a Rekonise url without having to go through the steps to unlock. This was created out of frustration to access a simple file that was locked behind hours of YouTube videos that needed to be watched and subbing to 3 channels!
Install the required modules via pip:
pip install -r requirements.txt
You can use Rekonise from the command line to process links.
# Process links from a file
python main.py -f file_name.txt
# Process an individual link
python main.py -l http(s)://my-domain.com
For detailed documentation, including function signatures and examples, refer to the docstrings in the source code.
Contributions are welcome! Please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.