Skip to content
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

Tests and fixes #8124

Merged
merged 22 commits into from
Sep 5, 2022
Merged

Tests and fixes #8124

merged 22 commits into from
Sep 5, 2022

Commits on Sep 3, 2022

  1. Replace feedparser with BS4Parser

    Signed-off-by: miigotu <miigotu@gmail.com>
    miigotu committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    1270c03 View commit details
    Browse the repository at this point in the history
  2. Remove last reference to feedparser

    Signed-off-by: miigotu <miigotu@gmail.com>
    miigotu committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    ec99639 View commit details
    Browse the repository at this point in the history
  3. Allow specifying a custom list of sort articles, useful for users of …

    …foreign languages. Default is the|a|an, but for example spanish would be "un|una|el|la|los|las"
    
    Can be set in config->general or under the Localization domain in the config.ini
    Fixes #8081
    
    Signed-off-by: miigotu <miigotu@gmail.com>
    miigotu committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    389f81f View commit details
    Browse the repository at this point in the history
  4. Clean up regex for tracker matcher and double space in printing parse…

    …r result for anime
    
    Signed-off-by: miigotu <miigotu@gmail.com>
    miigotu committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    42a8808 View commit details
    Browse the repository at this point in the history
  5. Update bs4_parser.py

    miigotu committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    7a06ece View commit details
    Browse the repository at this point in the history
  6. Fix some grammar warnings in processTV before I make any real changes

    Signed-off-by: miigotu <miigotu@gmail.com>
    miigotu committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    1ec529f View commit details
    Browse the repository at this point in the history
  7. Remove meta_path hack and poetry_install code. Im sick of the bugs an…

    …d hackiness for it. Guides need updated to instruct people how to install dependencies!
    
    Signed-off-by: miigotu <miigotu@gmail.com>
    miigotu committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    338aede View commit details
    Browse the repository at this point in the history
  8. When validating the dir for a post process, or actually processing a …

    …file, first parse it with guessit and see if we can find the show to match it to. If so, we know to only use anime regexes or regular regexes. Fallback to old way otherwise.
    
    Fix up some logging in post processor and processTV
    
    Signed-off-by: miigotu <miigotu@gmail.com>
    miigotu committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    3e9f1ba View commit details
    Browse the repository at this point in the history
  9. Remove necessity for version.py, so it cant be out of sync anymore

    Signed-off-by: miigotu <miigotu@gmail.com>
    miigotu committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    dc089b5 View commit details
    Browse the repository at this point in the history
  10. Update to new versions of beekeeper-alt and kodipydent-alt to remove …

    …odd poetry-date-version-plugin references from their source
    
    Signed-off-by: miigotu <miigotu@gmail.com>
    miigotu committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    e2bf7d7 View commit details
    Browse the repository at this point in the history
  11. Fix formatting with black and isort

    Signed-off-by: miigotu <miigotu@gmail.com>
    miigotu committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    1c618dc View commit details
    Browse the repository at this point in the history
  12. Fix nyaa parsing

    Signed-off-by: miigotu <miigotu@gmail.com>
    miigotu committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    a8a4787 View commit details
    Browse the repository at this point in the history
  13. try_int for seeders and leechers in nyaa

    Signed-off-by: miigotu <miigotu@gmail.com>
    miigotu committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    71d7f37 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    54a4e05 View commit details
    Browse the repository at this point in the history
  15. Update pyproject.toml

    miigotu authored Sep 3, 2022
    Configuration menu
    Copy the full SHA
    da36bbb View commit details
    Browse the repository at this point in the history
  16. Update pythonpackage.yml

    miigotu authored Sep 3, 2022
    Configuration menu
    Copy the full SHA
    e87d252 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6d80546 View commit details
    Browse the repository at this point in the history
  18. Update release.yml

    miigotu authored Sep 3, 2022
    Configuration menu
    Copy the full SHA
    e12ce20 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Remove old newznab provider

    Signed-off-by: miigotu <miigotu@gmail.com>
    miigotu committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    2c412ef View commit details
    Browse the repository at this point in the history
  2. Extract parsing xml items into a reusable mixin, fixes parsing size i…

    …n rss searches
    
    Signed-off-by: miigotu <miigotu@gmail.com>
    miigotu committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    9e4a591 View commit details
    Browse the repository at this point in the history
  3. Rename newnewznab provider file to newznab.py, ready for prime time I…

    … think
    
    Signed-off-by: miigotu <miigotu@gmail.com>
    miigotu committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    24102cf View commit details
    Browse the repository at this point in the history
  4. Fix torznab/jackett and others parsing with parse_rss_item.

    Signed-off-by: miigotu <miigotu@gmail.com>
    miigotu committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    5737f5e View commit details
    Browse the repository at this point in the history