Skip to content

Update 0.7.3#16

Merged
superolmo merged 46 commits intomainfrom
development
Feb 28, 2025
Merged

Update 0.7.3#16
superolmo merged 46 commits intomainfrom
development

Conversation

@superolmo
Copy link
Owner

@superolmo superolmo commented Feb 17, 2025

  • Added Initial PyTest and Coverage
  • Added timestamp field "added" to Series to match channels "added" field
  • Added string field "url" to Series to quickly get the series download address
  • Added new API "get_last_7days()" returns the last added streams in the last 7 days in JSON format
  • Added new API "get_download_progress()" returns information on the current download stream in JSON format
  • Changed internal function _load_series_info_by_id_from_provider to allow returned value to change to JSON
  • Changed search_stream function to only search in specific collections
  • Refactored "rest_api.py" to make it easier to extend in the future
  • Added new rest API
  • Changed to Poetry environment
  • Changed Functional Test to test loading series information
  • Changed sample index.html to test more features
  • Fixes search_stream fails with TypeError when stream.name is None #15

@superolmo superolmo merged commit 181f9d0 into main Feb 28, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

search_stream fails with TypeError when stream.name is None

1 participant