From e75692ee26dcf32c96b51d6c35f8e9a638eaba78 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 18 Mar 2025 09:05:30 +0100 Subject: [PATCH] ytdlp --- rwx/sw/{yt_dlp => ytdlp}/__init__.py | 0 rwx/sw/{yt_dlp => ytdlp}/video.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename rwx/sw/{yt_dlp => ytdlp}/__init__.py (100%) rename rwx/sw/{yt_dlp => ytdlp}/video.py (100%) diff --git a/rwx/sw/yt_dlp/__init__.py b/rwx/sw/ytdlp/__init__.py similarity index 100% rename from rwx/sw/yt_dlp/__init__.py rename to rwx/sw/ytdlp/__init__.py diff --git a/rwx/sw/yt_dlp/video.py b/rwx/sw/ytdlp/video.py similarity index 100% rename from rwx/sw/yt_dlp/video.py rename to rwx/sw/ytdlp/video.py