Skip to content

Update 0.7.3 #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 46 commits into from
Feb 28, 2025
Merged

Update 0.7.3 #16

merged 46 commits into from
Feb 28, 2025

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