Skip to content

Latest commit

 

History

History
187 lines (92 loc) · 11 KB

CHANGELOG.md

File metadata and controls

187 lines (92 loc) · 11 KB

CHANGELOG

v0.4.1 (2024-01-30)

Fix

  • fix: Resolve parse_json issue (fcc30e2)

Unknown

  • Merge pull request #26 from pawanpaudel93/feat/add-channel-number

feat: Add channel number (51f8fa9)

  • Merge pull request #25 from www2000/patch-1

Add support for channel number (tvg_chno) (57b9957)

  • Add support for the tvg_chno item to parse_csv and parse_json (fb31fa1)

  • Update m3u_parser.py

add support for channel number tvg_chno that is use in tvheadend (8b1d130)

v0.4.0 (2023-11-20)

Chore

  • chore: Bump package version #22 #24 (1671166)

  • chore: Update README (a74d1f2)

  • chore: Update comments & README (652b67d)

  • chore: Update README.md & code comments (e764df0)

  • chore: isort (de4c1c0)

  • chore: Update README.md (7e0ba02)

  • chore: Update README.md (8979fe0)

  • chore: bump package version (279c6c5)

  • chore: Update README.md (fa46ad1)

  • chore: bump package version (1e67426)

  • chore: add other implementations to readme (e5f7cad)

  • chore: update readme (e44202d)

Feature

  • feat: Add remove duplicates method #24 (86c1b30)

  • feat: Add live to stream info to match other implementations (1c74182)

  • feat: Add exceptions instead of logging (47265ce)

  • feat: Add schemes support with status checker (685a3c9)

  • feat: Add methods to parse content from CSV/JSON file/url #18 (a468d1e)

Fix

  • fix: Resolve issue with filter_by handling different filter values (ee3ade1)

  • fix: Make sure status is either good or bad only (305f329)

  • fix: Update filter_by & sort_by and tests (8c45494)

  • fix: add type checking and check if url is present (43395db)

  • fix: setup logger #21 (d4393fa)

Refactor

  • refactor: Update default schemes (aeab036)

  • refactor: Replace requests with urllib (4078ed0)

  • refactor: Remove dataclass (10598b2)

Test

Unknown

  • Merge pull request #23 from pawanpaudel93/feat/support-schemes

feat: Add schemes support with status checker & support removing duplicates (fcd70f3)

  • Update extension and category function and its comment & readme (7595daf)

  • Updated to 0.2.0 (5c62d32)

  • Update README.md (53b4e5a)

  • set encoding explicitly to utf-8 #14 (f8ee743)

  • v0.1.9 (b03d24e)

  • Fix file reading error caused by unquote #15 (f2b844b)

v0.1.8 (2021-12-29)

Unknown

  • v0.1.8 (133d536)

  • modified url checker + added regex for acestream #16 (cfb07f0)

  • setup black with isort (000bde1)

  • Merge pull request #13 from dineiar/master

Renaming trim to enforce_schema in parse_m3u (babc496)

  • Fix to avoid outputting "None" in M3U (#13) (319a918)

  • Fixed mistake pointed in #13 (f34cd0d)

  • Including empty keys and removed exception masking (33ddd09)

  • Renaming trim to enforce_schema (e831ea4)

  • UPDATED README (be151e9)

  • fetching title containing comma #12 (eadadf6)

  • Added trim parameter for parsing and code cleanup #11 (4a414ad)

  • Fixed m3u generation with optional keys (320f7598) (eaa2d87)

  • Reuses compiled regex and fixes #10 (320f759)

  • added support for saving to m3u format #7 (5e284b1)

  • updated readme (b6ec317)

  • removing language & country if not present and minor modification #10 (7d42d1d)

  • Merge pull request #9 from dineiar/master

Fixes removal of streams with multiple filters #8 (fc70a89)

  • Fixes #8 (d59e593)

  • fixing minor errors and adding filepath regex #6 (36273e0)

  • updated readme (1e820d8)

  • url replaced with correct path variable #2 (be5fd17)

  • edited readme (1ba439b)

  • added license (1cee93b)

  • added README (71f45ad)

  • handeled key error exception and formatted the code (93e5418)

  • django facing RuntimeError solved (04410d2)

  • solving module not found error (623c62b)

  • updated gitignore and dependencies and minor changes on m3u parser (d59b92d)

  • added docs string (daa84ba)

  • fixed nested key issues and added live links checking (46bcec2)

  • added to fetch m3u links from first and second line (2a3d48d)

  • nested dict to csv added and changed json output format (fbeabc7)

  • parse from file, filtering, sorting added (884d503)

  • parse from url added (6984d09)