Next | Query returned 33 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2023-05-03 09:34:20 by pin | Files touched by this commit (3) | Package updated
Log message:
net/yaydl: update to 0.13.0

 - Updated dependencies, fixed YouTube (fixes #17).
   2023-04-10 17:18:19 by pin | Files touched by this commit (3) | Package updated
Log message:
net/yaydl: update to 0.12.2

0.12.2: youtube uses the agent as well.

0.12.1: xhamster uses the agent as well ; simplified code.

0.12.0: experimental proxy support; improved youtube regex for /shorts/.
   2022-11-12 22:54:15 by pin | Files touched by this commit (2) | Package updated
Log message:
net/yaydl: update to 0.11.4

 - Avoid web driver in instances where it's not needed
   2022-08-02 13:18:20 by pin | Files touched by this commit (3) | Package updated
Log message:
net/yaydl: update to 0.11.3

yaydl 0.11.3
-Updated dependencies, fixed file name generation for videos that contain
 question marks.

yaydl 0.11.2
-Fixed youtube regex error #11
-Added .gitignore

yaydl 0.11.1
-getting rid of unsafe { }.

yaydl 0.11
-Added spankbang handler (cheers, @egdv from GitHub), updated dependencies.
   2022-07-11 01:00:33 by pin | Files touched by this commit (2)
Log message:
net/yaydl: fix broken build
   2022-07-01 22:36:12 by pin | Files touched by this commit (2) | Package updated
Log message:
net/yaydl: fix leftover after update
   2022-07-01 08:55:38 by pin | Files touched by this commit (2) | Package updated
Log message:
net/yaydl: update to 0.10.1

Fixed YouTube regex for extended URLs
   2022-05-26 23:23:06 by pin | Files touched by this commit (2) | Package updated
Log message:
net/yaydl: update to 0.10.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.
   2022-05-24 10:54:53 by pin | Files touched by this commit (2) | Package updated
Log message:
net/yaydl: update to 0.9.0

-fixed warnings.
   2022-05-23 23:06:26 by pin | Files touched by this commit (3) | Package updated
Log message:
net/yaydl: update to 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.

Next | Query returned 33 messages, browsing 11 to 20 | Previous