1
0
mirror of https://github.com/karl0ss/GoGoDownloader.git synced 2025-05-15 03:08:10 +01:00

Added a feature that will print If the desired quality is not found, then use the default quality.

This commit is contained in:
sh1nobu 2021-09-22 17:51:26 +08:00
parent 218eb40c40
commit b3766d5a6e

@ -3,7 +3,6 @@ import requests as req
import shutil
import re
import os
import colorama
from bs4 import BeautifulSoup
from dataclasses import dataclass
from colorama import Fore