Removed site and tag matching from Dogfart scraper. Filtering duplicate tag associations before insert attempt.
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
<ul class="tags nolist">
|
||||
<li
|
||||
v-for="tag in release.tags"
|
||||
:key="`tag-${tag.id}`"
|
||||
:key="`tag-${tag.slug}`"
|
||||
class="tag"
|
||||
>
|
||||
<a
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
>
|
||||
<li
|
||||
v-for="tag in release.tags"
|
||||
:key="`tag-${tag.id}`"
|
||||
:key="`tag-${tag.slug}`"
|
||||
class="tag"
|
||||
>
|
||||
<router-link
|
||||
|
||||
Reference in New Issue
Block a user