This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: cleanup, split infotexts into info.txt
- Loading branch information
Showing
4 changed files
with
40 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
use std::io::Read; | ||
|
||
pub mod types; | ||
pub mod strings; | ||
|
||
#[derive(Debug, Clone, PartialEq)] | ||
pub struct Args { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[version] | ||
tcobalt command line utility {} | ||
Copyright (c) 2024 Khyernet | ||
This is free software, distributed under the GNU GPL v3. | ||
You may also use, modify, and distribute this software under the same license. | ||
The code and license is available at https://github.com/khyerdev/tcobalt | ||
|
||
[supported] | ||
bilibili.com & bilibili.tv | ||
dailymotion videos | ||
instagram reels, posts & stories | ||
ok video (full video+audio only) | ||
pinterest videos & stories | ||
reddit videos & gifs | ||
rutube videos | ||
soundcloud (audio only) | ||
streamable.com | ||
tiktok videos, photos & audio | ||
tumblr video & audio | ||
twitch clips | ||
twitter videos & voice | ||
vimeo | ||
vine archive | ||
vk video & clips (full video+audio only) | ||
youtube videos, shorts & music |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters