diff --git a/LICENSE b/LICENSE index f2bb2bf..786de88 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Rivoirard Noham +Copyright (c) 2025 NohamR Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 0587839..e4f38ae 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ +

+ OqeeRewind +
+ Oqee TV Live Downloader +

+ +

+ + License + + + Manager: uv + +

+ # OqeeRewind - Oqee TV Live Downloader ## Legal Warning @@ -8,10 +23,10 @@ This application is not endorsed by or affiliated with Oqee. This application en ### Prerequisites - Python 3.9+ -- [uv](https://docs.astral.sh/uv/) (recommended) or pip +- [uv](https://docs.astral.sh/uv/) - Go ([Installation Guide](https://go.dev/doc/install)) - ffmpeg -- mp4ff-decrypt +- [mp4ff-decrypt](https://github.com/Eyevinn/mp4ff) ```bash go install github.com/Eyevinn/mp4ff/cmd/mp4ff-decrypt@latest ``` @@ -19,18 +34,11 @@ go install github.com/Eyevinn/mp4ff/cmd/mp4ff-decrypt@latest ### Steps Clone the repository and install dependencies: -**Using uv (recommended - faster):** ```bash git clone https://github.com/NohamR/OqeeRewind && cd OqeeRewind uv sync ``` -**Using pip:** -```bash -git clone https://github.com/NohamR/OqeeRewind && cd OqeeRewind -pip install -r requirements.txt -``` - ### Configuration Create a `.env` file in the root directory and add your Oqee credentials (otherwise the script will try to use IP login first): ```bash @@ -55,11 +63,6 @@ If you run the script without arguments, it will guide you through channel selec uv run main.py ``` -**Using Python directly:** -```bash -python main.py -``` - ### CLI Mode You can automate the download by providing arguments. diff --git a/docs/images/logo.png b/docs/images/logo.png new file mode 100644 index 0000000..e17dc1c Binary files /dev/null and b/docs/images/logo.png differ