sources: rename Sources::Strategies to Source::Extractor.

Rename Sources::Strategies to Source::Extractor. A Source::Extractor
represents a thing that extracts information from a given URL.
This commit is contained in:
evazion
2022-03-24 03:05:10 -05:00
parent 34aa22f90b
commit d9d3c1dfe4
63 changed files with 622 additions and 606 deletions

View File

@@ -355,7 +355,7 @@ class ArtistTest < ActiveSupport::TestCase
end
should "find the artist" do
skip "Nijie credentials not configured" unless Sources::Strategies::Nijie.enabled?
skip "Nijie credentials not configured" unless Source::Extractor::Nijie.enabled?
assert_artist_found("evazion", "http://nijie.info/view.php?id=218944")
assert_artist_found("728995", "http://nijie.info/view.php?id=213043")
end