Commit Graph

72 Commits

Author SHA1 Message Date
VC
59ea11f770 Merge branch 'fix/warning' into 'master'
🔥: remove unused IDs

See merge request veretcle/tootube!24
2024-08-20 05:45:26 +00:00
VC
ea59d9be3f Merge branch 'fix/warning' into 'master'
🔥: remove unused IDs

See merge request veretcle/tootube!24
2024-07-22 08:08:47 +00:00
VC
2b70e6e32f Merge branch 'fix/warning' into 'master'
🔥: remove unused IDs

See merge request veretcle/tootube!24
2024-07-22 08:01:32 +00:00
VC
f5e0c660c9 🔥: remove unused IDs 2024-07-22 09:53:56 +02:00
VC
e2cf84a889 Merge branch '8-this-lacks-tests' into 'master'
Resolve "This lacks tests"

Closes #8

See merge request veretcle/tootube!22
2024-05-17 10:02:57 +00:00
VC
cc86a88771 🔖: bump version 2024-05-17 11:59:26 +02:00
VC
73572cde30 : add tests to peertube lib 2024-05-17 11:58:12 +02:00
VC
a83140145c Merge branch '7-re-add-the-target-playlist-into-the-source-playlist' into 'master'
Re-add the target playlist into the source playlist

Closes #7

See merge request veretcle/tootube!21
v0.7.0
2024-05-16 09:12:17 +00:00
VC
e46889f1e1 : add back video to peertube playlist after adding to youtube playlist 2024-05-16 11:06:45 +02:00
VC
61f19c0ea1 ⬆️: update version 2024-05-15 13:26:47 +02:00
VC
0ae501f1b9 Merge branch '6-refactor-peertube-and-youtube-to-impl-struct-instead-of-functional-style' into 'master'
♻️: refactor src/peertube.rs code to be more efficient regarding reqwest management

Closes #6

See merge request veretcle/tootube!20
v6.0.1
2024-05-14 18:11:27 +00:00
VC
5383c8d216 ♻️: refactor src/peertube.rs and src/youtube.rs code to be more efficient regarding reqwest management 2024-05-14 19:46:56 +02:00
VC
d70fbdac98 Merge branch '4-use-original-source-file-when-possible' into 'master'
: add peertube source video file

Closes #4

See merge request veretcle/tootube!19
v6.0.0
2024-05-14 08:42:25 +00:00
VC
982dc8b954 : add peertube source video file 2024-05-14 10:38:37 +02:00
VC
bf622d6989 Merge branch 'rust_1_77' into 'master'
🔖: bump version and dependencies

See merge request veretcle/tootube!18
v0.5.5
2024-04-12 07:22:09 +00:00
VC
a687f008df 🔖: bump version and dependencies 2024-04-12 09:09:45 +02:00
VC
e2ab93c04e Merge branch 'fix_title_length' into 'master'
fix: truncate YT vid title to 100 chars

See merge request veretcle/tootube!17
v0.5.4
2023-12-28 09:40:26 +00:00
VC
9e1c27be29 fix: truncate YT vid title to 100 chars 2023-12-28 10:37:23 +01:00
VC
ab9ea1a8ee Merge branch 'tamerelol' into 'master'
feat: add --vice option

See merge request veretcle/tootube!16
2023-10-26 09:06:47 +00:00
VC
66f288c069 feat: add --vice option v0.5.3 2023-10-25 15:33:10 +02:00
VC
b208daa0ea Merge branch 'feat/remove_max_dl' into 'master'
Refactor: remove get_max_resolution_dl

See merge request veretcle/tootube!15
v0.5.2
2023-10-19 09:19:02 +00:00
VC
f3ad81716d refactor: remove get_max_resolution_dl (ord makes it redundant) 2023-10-19 11:12:16 +02:00
VC
f18ce899aa chore: bump version + update dep 2023-10-19 11:01:14 +02:00
VC
bf0b1c4e3f Merge branch 'refactor_dl_url' into 'master'
refactor: regroup now_kiss and get_dl_video_stream functions

See merge request veretcle/tootube!14
v0.5.1
2023-10-17 11:57:48 +00:00
VC
eb398a880a refactor: regroup now_kiss and get_dl_video_stream functions 2023-10-17 13:55:03 +02:00
VC
1db91ec3dc Merge branch '3-progress-bar-on-the-upload-download-code-portion' into 'master'
Progress bar on the upload/download code portion

Closes #3

See merge request veretcle/tootube!13
v0.5.0
2023-10-17 07:47:09 +00:00
VC
1d4ae8f152 feat: add progress bar to the transferring process 2023-10-17 09:33:38 +02:00
VC
58f36a56f7 chore: bump version + add indicatif/async-stream 2023-10-17 09:25:12 +02:00
VC
e17ba6cf7e Merge branch '2-tootube-should-log-moar' into 'master'
Resolve "Tootube should log moar"

Closes #2

See merge request veretcle/tootube!12
v0.4.1
2023-10-16 19:39:00 +00:00
VC
3d53ad7bbd doc: update documentation 2023-10-16 21:36:41 +02:00
VC
3f482ff258 feat: add relevant debug bits 2023-10-16 21:23:29 +02:00
VC
ae3fa74d9b chore: bump version 2023-10-16 21:23:15 +02:00
VC
62641f526f refactor: add Ord/PartialOrd/PartialEq for PeerTubeVideoStreamingPlaylistsFiles struct 2023-10-16 21:22:47 +02:00
VC
d83985394c Merge branch 'feat_pl' into 'master'
feat: add the newly added video to playlists if any

Closes #1

See merge request veretcle/tootube!11
v0.4.0
2023-10-15 08:23:55 +00:00
VC
ebc42f915d feat: add the newly added video to playlists if any 2023-10-15 00:06:16 +02:00
VC
8d4d683f55 Merge branch 'wtf' into 'master'
feat: add reqwest multipart feature

See merge request veretcle/tootube!10
v0.3.1
2023-10-14 17:30:11 +00:00
VC
2b508e90c1 feat: add reqwest multipart feature 2023-10-14 19:28:49 +02:00
VC
3482456adb Merge branch 'register_function' into 'master'
feat: add register command

See merge request veretcle/tootube!9
2023-10-14 17:22:17 +00:00
VC
568ca00d98 feat: add register command 2023-10-14 19:20:53 +02:00
VC
7fda7069a9 Merge branch 'revert-9ca27a26' into 'master'
Revert "Merge branch 'register_function' into 'master'"

See merge request veretcle/tootube!8
2023-10-14 17:16:47 +00:00
VC
3d9ebcc2a5 Revert "Merge branch 'register_function' into 'master'"
This reverts merge request !7
2023-10-14 17:15:34 +00:00
VC
9ca27a262f Merge branch 'register_function' into 'master'
Register function

See merge request veretcle/tootube!7
2023-10-14 17:14:14 +00:00
VC
d39c78c197 feat: add register command 2023-10-14 19:12:36 +02:00
VC
6867882ca0 doc: add registration documentation + update general documentation 2023-10-14 19:11:34 +02:00
VC
a00753b9eb feat: add multipart reqwest feature 2023-10-14 19:10:21 +02:00
VC
8a9a365a04 chore: update version 2023-10-14 18:17:11 +02:00
VC
4a47eb1d08 chore: cargo update 2023-10-14 18:16:20 +02:00
VC
1bdd747202 Merge branch 'feat_cargo_update+style' into 'master'
Feat cargo update+style

See merge request veretcle/tootube!6
v0.3.0
2023-10-11 06:40:34 +00:00
VC
0640c4c263 style: regroup 'use' 2023-10-10 21:13:40 +02:00
VC
59ad8994b1 chore: cargo update 2023-10-10 21:09:10 +02:00