PornHub-downloader-python icon indicating copy to clipboard operation
PornHub-downloader-python copied to clipboard

Duplicated URLs in database

Open oleksandr86 opened this issue 2 years ago • 0 comments

function def add_item( name_check ) fix from: c.execute("SELECT count(*) FROM ph_items WHERE url_name = ?", (item_name,)) to: c.execute("SELECT count(*) FROM ph_items WHERE url_name = ?", (item_url_name ,))

oleksandr86 avatar Aug 10 '22 00:08 oleksandr86