yaydl is Yet Another Youtube Down Loader, written in Rust.

⌈⌋ ⎇ branch:  Yet Another Youtube (and more) Down Loader


Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins by user Cthulhux

2024-09-15
17:09
yaydl 0.15.5: we detect all VOE redirects now. handles #20 (but still does not fix the download... ;-) but we're getting there. Leaf check-in: 0158eba2fa user: Cthulhux tags: release-0.15.5, trunk
2024-09-12
18:29
prebuilt windows check-in: 313baa7998 user: Cthulhux tags: trunk
2024-08-28
23:29
yaydl 0.15.4: less bad VOE handling; handles #20. check-in: 451d2ae3f9 user: Cthulhux tags: release-0.15.4, trunk
2024-08-25
00:34
yaydl 0.15.3: fixed watchmdh (which is now watchdirty). check-in: 7f0175a947 user: Cthulhux tags: release-0.15.3, trunk
2024-08-20
08:39
README: less explicit domain naming check-in: b928cd4b70 user: Cthulhux tags: trunk
01:07
yaydl 0.15.2: Vidoza catches Videzz now. check-in: d7ea7496b8 user: Cthulhux tags: release-0.15.2, trunk
2024-08-09
10:27
yaydl 0.15.1: YouTube lost its proxy support in 0.13.0, it is back. Sorry! Also, as we download from Invidious anyway, Invidious is now an officially supported site. check-in: 02f7c03168 user: Cthulhux tags: release-0.15.1, trunk
2024-08-04
13:05
yaydl 0.15.0: Supports setting the preferred Invidious instance via environment variables now. Closes #19. check-in: d1365e1f4d user: Cthulhux tags: release-0.15.0, trunk
2024-07-27
21:10
yaydl 0.14.1: fixes youtube (closes #18), updates dependencies. check-in: 1688ab1dc1 user: Cthulhux tags: release-0.14.1, trunk
2024-02-25
00:45
yaydl 0.14.0: preliminary support for VOE's thirdparty servers check-in: cd315c668a user: Cthulhux tags: release-0.14.0, trunk
00:07
yaydl 0.13.1: updated dependencies, removed a warning check-in: 6c17873d8a user: Cthulhux tags: release-0.13.1, trunk
2023-05-02
17:22
yaydl 0.13.0: Updated dependencies, fixed YouTube (fixes #17). check-in: fd91b0fd14 user: Cthulhux tags: release-0.13.0, trunk
2023-04-03
14:24
whoopsie check-in: c115ce129d user: Cthulhux tags: trunk
13:58
yaydl 0.12.2: youtube uses the agent as well check-in: ee8bc6c2c1 user: Cthulhux tags: release-0.12.2, trunk
2023-03-23
01:59
unbroke build check-in: c6723756b0 user: Cthulhux tags: trunk
2023-02-27
14:59
yaydl 0.12.1: xhamster uses the agent as well ; simplified code check-in: 1e34f21ef5 user: Cthulhux tags: release-0.12.1, trunk
14:32
yaydl 0.12.0: experimental proxy support; improved youtube regex for /shorts/. check-in: 93d75ae530 user: Cthulhux tags: release-0.12.0, trunk
2022-11-10
12:43
As everyone is on Mastodon now, you could actually reach me there as well. check-in: 7cc8e20ce8 user: Cthulhux tags: trunk
2022-11-08
23:30
yaydl 0.11.4: The webdriver is not a requirement for SpankBang and XHamster (via LuisMayo @ GitHub) check-in: 7e1163f550 user: Cthulhux tags: release-0.11.4, trunk
2022-08-01
09:27
yaydl 0.11.3: Updated dependencies, fixed file name generation for videos that contain question marks. check-in: d02d554a31 user: Cthulhux tags: release-0.11.3, trunk
2022-07-29
09:36
Updated README check-in: fd2085b5e9 user: Cthulhux tags: trunk
2022-07-28
01:52
yaydl 0.11.1: getting rid of unsafe { }. check-in: ebb5df12f3 user: Cthulhux tags: release-0.11.1, trunk
2022-07-21
00:34
yaydl 0.11: Added spankbang handler (cheers, @egdv from GitHub), updated dependencies. check-in: 1bdfe0346e user: Cthulhux tags: release-0.11.0, trunk
2022-07-08
12:14
Updated the CoC to reflect grammar changes by dpyro. check-in: 2363eb8b2b user: Cthulhux tags: trunk
2022-06-30
22:33
yaydl 0.10.1: Fixed YouTube regex for extended URLs (tbd: playlists...) check-in: 8b8d3607ec user: Cthulhux tags: release-0.10.1, trunk
2022-05-25
21:54
yaydl 0.10.0, on the road to 1.0.0: * New feature: Playlist support for handlers! Might fix issues like #1. * New site: xHamster. (Uses the new playlist support. Yay!) * The WebDriver port can be set as an environment variable now to save some typing. * The progress bar is now cleared after a download is finished. * cargo will now strip the resulting binary when compiling in release mode. check-in: 02b80a0c9c user: Cthulhux tags: release-0.10.0, trunk
2022-05-24
02:46
README clarifications check-in: 5e38d5f13c user: Cthulhux tags: trunk
2022-05-23
21:26
yaydl 0.9.0: fixed warnings, added PornDoe. check-in: 0b14ea41d0 user: Cthulhux tags: release-0.9.0, trunk
20:33
README: if WatchMDH is still broken, this was not intentional. check-in: aa48a1238a user: Cthulhux tags: trunk
13:51
fix for Cargo.lock check-in: 7007a1d87d user: Cthulhux tags: release-0.8.0-fixed, trunk
11:16
yaydl 0.8.0: * Introducing WebDriver support with fantoccini. In theory, yaydl can now use Firefox or Chrome for scraping a website, even if its contents require JavaScript. The only obvious downside is that this adds complexity to the SiteDefinition trait. (Requires a compatible WebDriver client as described in the README.) * Fixed the WatchMDH handler which is the first handler to use a WebDriver. * Upgraded the argument parser to clap_derive (easier annotation, even easier usage). * Updated the Rust edition to 2021, could be useful later. check-in: 684630ccbe user: Cthulhux tags: release-0.8.0, trunk
2022-05-17
11:44
yaydl 0.7.1: Updated one dependency and fixed YouTube's URL regex - thank you, @yeurch! check-in: 512577aefc user: Cthulhux tags: release-0.7.1, trunk
2022-04-10
16:03
yaydl 0.7.0: updated dependencies, added new -k flag. Fixes #5. check-in: 5e3cd2b65f user: Cthulhux tags: release-0.7.0, trunk
2022-03-03
20:56
Ugh. I forgot that I changed the account last year. check-in: cb66fe5ae7 user: Cthulhux tags: trunk
2021-10-02
14:57
yaydl 0.6.8: trying to circumvent new WatchMDH structures (yet incomplete) check-in: 198e368220 user: Cthulhux tags: trunk
2021-06-21
11:00
yaydl 0.6.7: Now that we use the new YouTube API, the need for cipher decoding should be a thing of the past. check-in: 57ab458f3b user: Cthulhux tags: release-0.6.7, trunk
2021-06-20
22:56
yaydl 0.6.6: Changed the YouTube API client to capture more videos. The last time today, I promise. check-in: 782afd82e0 user: Cthulhux tags: release-0.6.6, trunk
22:34
yaydl 0.6.5: Videos which are UNPLAYABLE won't just fail anymore. check-in: 3e7345a6b9 user: Cthulhux tags: release-0.6.5, trunk
22:25
yaydl 0.6.4: the YouTube handler uses the new(ish) youtubei API now. check-in: 3a8020324b user: Cthulhux tags: release-0.6.4, trunk
15:33
yaydl 0.6.3: YouTube has changed the get_video_info URL. Should fix #3. check-in: 8e6de2c863 user: Cthulhux tags: release-0.6.3, trunk
2021-05-26
15:02
Moved to OFTC. check-in: e9b60813c5 user: Cthulhux tags: trunk
2021-04-28
09:27
Fossil supports standard opening syntax now. check-in: 92ca6e4b7f user: Cthulhux tags: trunk
2021-04-03
22:55
crates.io won't let me add all the tags - updated to 0.6.1, keeping the list short. check-in: 2e69c78ac7 user: Cthulhux tags: release-0.6.1, trunk
22:50
yaydl 0.6.0 (yes, that was quick): Added support for Vidoza, updated ureq to version 2.1. check-in: 6ceec39cdd user: Cthulhux tags: release-0.6.0, trunk
21:57
yaydl 0.5.0: We now support VIVO.sx. check-in: c1584fbad6 user: Cthulhux tags: release-0.5.0, trunk
2021-03-24
22:03
yaydl 0.4.0: I was asked to add at least one porn site - I added WatchMDH.to. Also, updated dependencies. check-in: 29e17c7c41 user: Cthulhux tags: release-0.4.0, trunk
2021-02-24
21:53
yaydl 0.3.2: Won't panic with VOE.sx embed only streams anymore. check-in: f6dd0520b6 user: Cthulhux tags: release-0.3.2, trunk
2021-01-30
23:37
tag check-in: 4fd8bf5fdc user: Cthulhux tags: trunk
23:34
yaydl 0.3.1: Dependency update(s). check-in: ce37eac714 user: Cthulhux tags: release-0.3.1, trunk
2021-01-11
16:21
yaydl is on pkgsrc now - thank you, pin! check-in: 39a8937613 user: Cthulhux tags: trunk