about summary refs log tree commit diff stats
path: root/crates/yt_dlp/src
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-23 13:06:00 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-23 13:06:00 +0200
commit52e99b38eae6b4f3cb991342ff9ba9abbab9e42c (patch)
tree9fa6f0582dfb8b6dc7b49bbd6206ab4b533ff900 /crates/yt_dlp/src
parentrefactor(cli): Replace the byte parser with the one from the `bytes` crate (diff)
downloadyt-52e99b38eae6b4f3cb991342ff9ba9abbab9e42c.tar.gz
yt-52e99b38eae6b4f3cb991342ff9ba9abbab9e42c.zip
refactor(yt_dlp): Also move the `crates` subdirectory
Diffstat (limited to '')
-rw-r--r--crates/yt_dlp/src/duration.rs (renamed from yt_dlp/src/duration.rs)0
-rw-r--r--crates/yt_dlp/src/lib.rs (renamed from yt_dlp/src/lib.rs)0
-rw-r--r--crates/yt_dlp/src/logging.rs (renamed from yt_dlp/src/logging.rs)0
-rw-r--r--crates/yt_dlp/src/main.rs (renamed from yt_dlp/src/main.rs)0
-rw-r--r--crates/yt_dlp/src/wrapper/info_json.rs (renamed from yt_dlp/src/wrapper/info_json.rs)0
-rw-r--r--crates/yt_dlp/src/wrapper/mod.rs (renamed from yt_dlp/src/wrapper/mod.rs)0
-rw-r--r--crates/yt_dlp/src/wrapper/yt_dlp_options.rs (renamed from yt_dlp/src/wrapper/yt_dlp_options.rs)0
7 files changed, 0 insertions, 0 deletions
diff --git a/yt_dlp/src/duration.rs b/crates/yt_dlp/src/duration.rs
index cd7454b..cd7454b 100644
--- a/yt_dlp/src/duration.rs
+++ b/crates/yt_dlp/src/duration.rs
diff --git a/yt_dlp/src/lib.rs b/crates/yt_dlp/src/lib.rs
index 37d0945..37d0945 100644
--- a/yt_dlp/src/lib.rs
+++ b/crates/yt_dlp/src/lib.rs
diff --git a/yt_dlp/src/logging.rs b/crates/yt_dlp/src/logging.rs
index cca917c..cca917c 100644
--- a/yt_dlp/src/logging.rs
+++ b/crates/yt_dlp/src/logging.rs
diff --git a/yt_dlp/src/main.rs b/crates/yt_dlp/src/main.rs
index c40ddc3..c40ddc3 100644
--- a/yt_dlp/src/main.rs
+++ b/crates/yt_dlp/src/main.rs
diff --git a/yt_dlp/src/wrapper/info_json.rs b/crates/yt_dlp/src/wrapper/info_json.rs
index 9c0d464..9c0d464 100644
--- a/yt_dlp/src/wrapper/info_json.rs
+++ b/crates/yt_dlp/src/wrapper/info_json.rs
diff --git a/yt_dlp/src/wrapper/mod.rs b/crates/yt_dlp/src/wrapper/mod.rs
index 3fe3247..3fe3247 100644
--- a/yt_dlp/src/wrapper/mod.rs
+++ b/crates/yt_dlp/src/wrapper/mod.rs
diff --git a/yt_dlp/src/wrapper/yt_dlp_options.rs b/crates/yt_dlp/src/wrapper/yt_dlp_options.rs
index c2a86df..c2a86df 100644
--- a/yt_dlp/src/wrapper/yt_dlp_options.rs
+++ b/crates/yt_dlp/src/wrapper/yt_dlp_options.rs