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

feat: Add auto-discovery from popular services #225

Merged
merged 1 commit into from
Jan 3, 2025
Merged

Conversation

janw
Copy link
Owner

@janw janw commented Dec 31, 2024

Fixes #175

Copy link

codecov bot commented Dec 31, 2024

Codecov Report

Attention: Patch coverage is 93.67816% with 11 lines in your changes missing coverage. Please review.

Project coverage is 92.57%. Comparing base (7fe8f14) to head (eca75e9).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
podcast_archiver/utils/__init__.py 28.57% 5 Missing ⚠️
podcast_archiver/processor.py 80.00% 1 Missing and 1 partial ⚠️
podcast_archiver/urls/base.py 92.30% 0 Missing and 2 partials ⚠️
podcast_archiver/models/feed.py 95.45% 0 Missing and 1 partial ⚠️
podcast_archiver/urls/prefixed.py 91.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #225      +/-   ##
==========================================
+ Coverage   91.91%   92.57%   +0.65%     
==========================================
  Files          22       29       +7     
  Lines        1150     1306     +156     
  Branches      106      129      +23     
==========================================
+ Hits         1057     1209     +152     
- Misses         67       68       +1     
- Partials       26       29       +3     
Files with missing lines Coverage Δ
podcast_archiver/console.py 100.00% <ø> (ø)
podcast_archiver/constants.py 100.00% <100.00%> (ø)
podcast_archiver/exceptions.py 100.00% <100.00%> (ø)
podcast_archiver/urls/__init__.py 100.00% <100.00%> (ø)
podcast_archiver/urls/base64.py 100.00% <100.00%> (ø)
podcast_archiver/urls/fireside.py 100.00% <100.00%> (ø)
podcast_archiver/urls/soundcloud.py 100.00% <100.00%> (ø)
podcast_archiver/urls/via_apple.py 100.00% <100.00%> (ø)
podcast_archiver/models/feed.py 93.16% <95.45%> (+3.53%) ⬆️
podcast_archiver/urls/prefixed.py 91.66% <91.66%> (ø)
... and 3 more

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@janw janw force-pushed the add-feed-auto-discovery branch 7 times, most recently from 42c5fe8 to c57d458 Compare January 3, 2025 19:36
@janw janw force-pushed the add-feed-auto-discovery branch from 8d1de50 to eca75e9 Compare January 3, 2025 21:50
@janw janw marked this pull request as ready for review January 3, 2025 21:55
@janw janw merged commit c0abf10 into main Jan 3, 2025
14 checks passed
@janw janw deleted the add-feed-auto-discovery branch January 3, 2025 22:08
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.

Add support for non-feed podcast sources
1 participant