do not forget validator linkage
This commit is contained in:
parent
d7bb8d21f1
commit
6236fb004a
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ class InfoJsonDownloader(SourcePlugin[InfoJsonDownloaderOptions]):
|
||||||
)
|
)
|
||||||
entries.append(entry)
|
entries.append(entry)
|
||||||
|
|
||||||
|
# TODO: MATCH A URL TO A URL_VALIDATOR !!!
|
||||||
for entry in sorted(entries, key=lambda ent: ent.get(v.download_index, int)):
|
for entry in sorted(entries, key=lambda ent: ent.get(v.download_index, int)):
|
||||||
# Remove each entry from the live download archive since it will get re-added
|
# Remove each entry from the live download archive since it will get re-added
|
||||||
# unless it is filtered
|
# unless it is filtered
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue