Open AbdullahM0hamed opened 4 years ago
Merging #551 into master will decrease coverage by
0.24%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## master #551 +/- ##
==========================================
- Coverage 16.79% 16.54% -0.25%
==========================================
Files 117 117
Lines 4580 4647 +67
==========================================
Hits 769 769
- Misses 3811 3878 +67
Impacted Files | Coverage Δ | |
---|---|---|
anime_downloader/config.py | 51.78% <ø> (ø) |
|
anime_downloader/sites/nyaa.py | 0.00% <0.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 021785e...416c384. Read the comment docs.
Feels runtime man
Should be much faster now. Scrape_episodes_episodic really needs work though
Merging #551 (416c384) into master (308a5de) will decrease coverage by
4.23%
. The diff coverage is4.26%
.
@@ Coverage Diff @@
## master #551 +/- ##
==========================================
- Coverage 20.78% 16.54% -4.24%
==========================================
Files 100 117 +17
Lines 3806 4647 +841
==========================================
- Hits 791 769 -22
- Misses 3015 3878 +863
Impacted Files | Coverage Δ | |
---|---|---|
anime_downloader/__version__.py | 0.00% <0.00%> (ø) |
|
anime_downloader/animeinfo.py | 0.00% <0.00%> (ø) |
|
anime_downloader/cli.py | 0.00% <0.00%> (ø) |
|
anime_downloader/commands/config.py | 0.00% <0.00%> (ø) |
|
anime_downloader/commands/dl.py | 0.00% <0.00%> (ø) |
|
anime_downloader/commands/ezdl.py | 0.00% <0.00%> (ø) |
|
anime_downloader/commands/test.py | 0.00% <0.00%> (ø) |
|
anime_downloader/commands/watch.py | 0.00% <0.00%> (ø) |
|
anime_downloader/config.py | 51.78% <ø> (ø) |
|
anime_downloader/downloader/http_downloader.py | 24.59% <0.00%> (-0.84%) |
:arrow_down: |
... and 111 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 4d20769...eaabcf9. Read the comment docs.
Is this abandoned or not? I doubt iggy is going to actually give a review as requested.
Iirc this was working and I was just waiting on a review
Couldn't help myself - nyaa must conform.
A lot of testing is needed. To simplify testing, simply replace
[('no_extractor', magnet_link)]
to[('no_extractor', url)]
and check the titles from those links to see that the episodes are being picked up and in the correct order. Episodic must be set to True (set to False by default because this is very experimental).