topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday December 9, 2024, 7:16 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Last post Author Topic: NANY 2021: yaydl  (Read 43081 times)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,913
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: NANY 2021: yaydl
« Reply #50 on: May 23, 2022, 03:45 PM »
I still use yaydl, so looking forward to new version!

Tuxman

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 2,507
    • View Profile
    • Donate to Member
Re: NANY 2021: yaydl
« Reply #51 on: May 23, 2022, 04:00 PM »
Glad you like it! :)

Tuxman

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 2,507
    • View Profile
    • Donate to Member
Re: NANY 2021: yaydl
« Reply #52 on: May 25, 2022, 04:56 PM »
0.10.0 is released and published:

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.

 8)

For those following the development: This does mean that yaydl can now handle sites that use .m3u8 playlists with .ts segments! :)

Tuxman

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 2,507
    • View Profile
    • Donate to Member
Re: NANY 2021: yaydl
« Reply #53 on: July 26, 2022, 09:21 PM »
There will be a major refactoring, killing all unsafe code, some time later. I finally got a contributor! :)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,913
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: NANY 2021: yaydl
« Reply #54 on: July 27, 2022, 06:24 AM »
great  :Thmbsup:

Tuxman

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 2,507
    • View Profile
    • Donate to Member
Re: NANY 2021: yaydl
« Reply #55 on: February 27, 2023, 08:43 AM »
0.12.0 potentially  :D supports using the environment proxies. (Tbd: test...)

Tuxman

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 2,507
    • View Profile
    • Donate to Member
Re: NANY 2021: yaydl
« Reply #56 on: May 02, 2023, 08:58 PM »
YouTube has decided to break its old APIs. yaydl 0.13.0 uses Invidious as a YouTube proxy now. That should fix most issues with YouTube, sans playlist support.

Tuxman

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 2,507
    • View Profile
    • Donate to Member
Re: NANY 2021: yaydl
« Reply #57 on: July 27, 2024, 04:13 PM »
0.14.1 now.  8)

Tuxman

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 2,507
    • View Profile
    • Donate to Member
Re: NANY 2021: yaydl
« Reply #58 on: August 04, 2024, 11:02 AM »
0.15.0 adds a way to define your own Invidious instance: Set YAYDL_INVIDIOUS_INSTANCE to https://whatever and it will be used.

Tuxman

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 2,507
    • View Profile
    • Donate to Member
Re: NANY 2021: yaydl
« Reply #59 on: August 19, 2024, 08:45 PM »
0.15.2 supports Vidoza‘s videzz domain. Will be published to Cargo tomorrow, it’s already in the repository.

Tuxman

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 2,507
    • View Profile
    • Donate to Member
Re: NANY 2021: yaydl
« Reply #60 on: August 27, 2024, 04:31 PM »
I have thought about parallelized downloads. The problem is that

  • the package I use for accessing URLs - ureq - is deliberately kept small, and it probably won't work well. I could probably move back to reqwest, increasing the technical dependency debt by quite a few fjerghillion bytes, but I don't think I would like that ..., and
  • I'm not sure how reliable my selfmade progress display (using a non-selfmade progress bar renderer, but that's not the point  :P ) would be with parallel downloads.

Ok, the problems are that...
So, I'm aware of the bottleneck "single-connection downloads", but fixing that is not easy if I want to keep yaydl lean and mean.  ;)

Tuxman

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 2,507
    • View Profile
    • Donate to Member
Re: NANY 2021: yaydl
« Reply #61 on: October 27, 2024, 07:42 PM »
0.16.0: Added pr0gramm.com support.

Tuxman

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 2,507
    • View Profile
    • Donate to Member
Re: NANY 2021: yaydl
« Reply #62 on: November 12, 2024, 06:25 AM »
0.17.0: Added support for direct downloads of .mp4 and .mpg files.