Rename file with custom exceptions

This commit is contained in:
Serene-Arc
2021-03-05 13:32:24 +10:00
committed by Ali Parlakci
parent b705c31630
commit aeb9afdc66
14 changed files with 13 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ import requests
from bs4 import BeautifulSoup
from praw.models import Submission
from bulkredditdownloader.errors import NotADownloadableLinkError
from bulkredditdownloader.exceptions import NotADownloadableLinkError
from bulkredditdownloader.resource import Resource
from bulkredditdownloader.site_authenticator import SiteAuthenticator
from bulkredditdownloader.site_downloaders.gif_delivery_network import GifDeliveryNetwork