Skip to content

Commit

Permalink
update seleniumbase
Browse files Browse the repository at this point in the history
  • Loading branch information
MacielG1 committed Nov 2, 2024
1 parent cdf9e0b commit faad720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requests>=2.31.0
beautifulsoup4==4.12.3
natsort==8.4.0
ffmpeg_downloader==0.3.0
seleniumbase==4.32.2
seleniumbase==4.32.6
aiohttp>=3.9.5
tqdm>=4.60.0
ffmpeg_progress_yield==0.9.1
4 changes: 2 additions & 2 deletions vod_recovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from ffmpeg_progress_yield import FfmpegProgress


CURRENT_VERSION = "1.3.5"
CURRENT_VERSION = "1.3.6"
SUPPORTED_FORMATS = [".mp4", ".mkv", ".mov", ".avi", ".ts"]

if sys.platform == 'win32':
Expand Down Expand Up @@ -1528,7 +1528,7 @@ def vod_recover(streamer_name, video_id, timestamp, tracker_url=None):
if vod_url is None:
alternate_websites = generate_website_links(streamer_name, video_id, tracker_url)

print("\nUnable to recover! Trying alternate sources...")
print("\nUnable to recover with provided url! Trying alternate sources...")
all_timestamps = [timestamp]

# Check if any alternate websites have a different timestamp
Expand Down

0 comments on commit faad720

Please sign in to comment.