Commit graph

98 commits

Author SHA1 Message Date
d9e07b37e6 fix: use quick-js-dtp crate 2023-02-06 19:54:52 +01:00
92a358a079 refactor: use fancy-regex only for backtracking 2023-01-23 15:33:05 +01:00
4cc069fba2 chore: update quick-xml 2023-01-22 12:26:54 +01:00
d8889ed5d4 chore: update base64 and fancy-regex 2023-01-21 22:28:48 +01:00
a706a7011b feat: redirect secondary YT channels to the YTM channel
Squashed commit of the following:

commit 88809265ead6eadfafab4b74091dd1af357b9577
Author: ThetaDev <t.testboy@gmail.com>
Date:   Sat Jan 21 22:16:23 2023 +0100

    feat: redirect secondary YT channels to the YTM channel

commit 02cc120912509f40f45da243ba5d37798b9ff411
Author: ThetaDev <t.testboy@gmail.com>
Date:   Mon Jan 9 23:57:18 2023 +0100

    add artists_no_tracks testfile
2023-01-21 22:18:25 +01:00
5188527b94 chore: update base64 to 0.20.0 2022-12-25 23:55:26 +01:00
f526ab38eb refactor!: refactored response models
doc: documented all public methods
2022-12-09 01:02:09 +01:00
e063c04821 refactor!: move downloader to seperate crate 2022-12-01 00:25:47 +01:00
85cac83070 fix!: use arrays instead of HashSets for stream filter 2022-11-30 11:58:48 +01:00
64d009615e fix: use path_macro in tests/codegen for cross-platform paths 2022-11-30 10:04:16 +01:00
53dc5e2c09 chore: update quick-xml, rstest, env-logger 2022-11-28 15:08:40 +01:00
8f82694eaf feat: add music_new_albums/videos 2022-11-28 00:56:17 +01:00
082d1c6c92 refactor: remove askama_html dependency 2022-10-29 00:50:12 +02:00
3c1cc92461 refactor: replace chrono with time-rs 2022-10-18 22:53:09 +02:00
62853d50bf tests: add tests for YT internal channels, remove RSS default feature 2022-10-12 21:17:54 +02:00
25de7d678a feat: add search filter, refactor params 2022-10-10 21:08:21 +02:00
a3e3269fb3 feat: add custom error types, remove anyhow 2022-10-08 14:36:37 +02:00
305c3ee70e feat: add ChannelRss
- add documentation
- small model refactor: rename player VideoPlayerDetails.thumbnails to thumbnail
2022-09-27 15:23:09 +02:00
45707c4d01 chore: migrate insta snapshots to RON 2022-09-24 18:50:52 +02:00
8629454b5b feat: add rich text extraction
- add video detail tests
2022-09-21 15:10:05 +02:00
df6543d62e refactor: remove thiserror for now 2022-09-19 13:24:12 +02:00
df2952729a chore: add readme and license 2022-09-19 01:15:42 +02:00
254c3885dc remove yaml reports 2022-09-19 00:24:16 +02:00
17b6844eb0 add builder to RustyPipe 2022-09-17 00:41:23 +02:00
d6cfc7e914 move codegen to separate crate 2022-09-16 01:37:02 +02:00
dda2211e04 refactored cache 2022-09-14 00:04:51 +02:00
925652acdd refactored player 2022-09-13 15:46:04 +02:00
6cc927031a refactored client, added reports 2022-09-12 16:26:57 +02:00
6bb0c3792e add date to playlist 2022-09-08 23:01:31 +02:00
500ea77788 fix: improved timeago performance 2022-09-05 14:33:04 +02:00
9da166304a feat: add video response
- started timeago_table
2022-09-03 11:20:07 +02:00
5b8c3d646a feat: add playlist extraction
- replace original base.js with dummy
2022-08-30 00:31:00 +02:00
21675d5b1d feat: add stream filter 2022-08-26 16:48:26 +02:00
2d302d763d fix: use js lexer for extracting deobf func
- better deobfuscation error handling
2022-08-25 18:02:32 +02:00
3c05929e89 feat: download using range params 2022-08-18 22:57:49 +02:00
3efe08088c fix deobfuscation after YouTube update 2022-08-13 21:15:52 +02:00
45bd435d34 fix filename issue with downloader 2022-08-08 17:19:14 +02:00
a3f6dc3e93 created cli crate 2022-08-07 15:53:02 +02:00
beb1177a11 first successful download 2022-08-06 23:37:27 +02:00
15e854b341 add snapshot testing with insta 2022-08-02 19:24:46 +02:00
4600edc81f add downloader 2022-08-02 15:09:40 +02:00
46730ee8fa add player data mapping 2022-08-01 19:50:38 +02:00
db6ece6c61 implemented cache 2022-07-31 20:13:18 +02:00
030fd9934e add player response model 2022-07-28 21:04:38 +02:00
b85b9893a8 add client module 2022-07-25 12:30:16 +02:00
7447d2394b working deobfuscator 2022-07-23 23:51:44 +02:00
0acf8a9fb9 refactored, started with get_player_js (TEMP) 2022-07-21 17:13:50 +02:00
0c76125595 initial commit 2022-07-21 15:38:53 +02:00