Browse Source

requirements.txt + folder fix

master
kmo-ev 2 years ago
parent
commit
6b61cdc13b
  1. 2
      dl-kaltura.py
  2. 33
      requirements.txt

2
dl-kaltura.py

@ -151,7 +151,7 @@ class GalleryItem:
return "(#" + self.str_index() + ") " + self.title + " - " + self.author
def get_folder_name(self):
return re.sub(r'[^\w\s\(\)]', '', str(self))
return re.sub(r'[^\w\s\(\)\-]', '', str(self))
def str_index(self):
if self.index < 0:

33
requirements.txt

@ -0,0 +1,33 @@
async-generator==1.10
attrs==21.4.0
blinker==1.4
Brotli==1.0.9
certifi==2021.10.8
cffi==1.15.0
charset-normalizer==2.0.12
colorama==0.4.4
cryptography==36.0.2
h11==0.13.0
h2==4.1.0
hpack==4.0.0
hyperframe==6.0.1
idna==3.3
kaitaistruct==0.9
outcome==1.1.0
pyasn1==0.4.8
pycparser==2.21
pydivert==2.1.0
pyOpenSSL==22.0.0
pyparsing==3.0.8
PySocks==1.7.1
requests==2.27.1
selenium==4.1.3
selenium-wire==4.6.3
sniffio==1.2.0
sortedcontainers==2.4.0
tqdm==4.64.0
trio==0.20.0
trio-websocket==0.9.2
urllib3==1.26.9
wsproto==1.1.0
zstandard==0.17.0
Loading…
Cancel
Save