Simple script that will remove worse qualities from your M3U8 list, if detected.
Go to file
2024-01-26 08:50:56 +01:00
__main__.py add: error handler & remove m3u checker 2024-01-14 17:43:14 +01:00
.gitignore initial commit 2024-01-14 16:35:35 +01:00
LICENSE initial commit 2024-01-14 16:35:35 +01:00
README.md update: M3U+ -> M3U 2024-01-26 08:50:40 +01:00
requirements.txt update: requirements 2024-01-26 08:50:56 +01:00

M3U Duplicates Filter

Simple script that will remove worse qualities from your M3U8 list, if detected.

NOTE!

This may NOT be 100% accurate. This script is in BETA phase. Please report any bugs!

Based on

Usage

python3 <path-to-script> -m "<m3u path>" (-v)

Result

When everything is done, file is OVERWRITTEN!

Example usage

python3 <path-to-script> -m "m3u_list.m3u"

Available parameters

  • -m/--m3u - absolute path to m3u+ file
  • -v/--verbose - enable verbose mode