2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-05-03 09:34:20 by pin | Files touched by this commit (3) | |
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) | |
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) | |
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) | |
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) | |
Log message:
net/yaydl: fix leftover after update
|
2022-07-01 08:55:38 by pin | Files touched by this commit (2) | |
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) | |
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) | |
Log message:
net/yaydl: update to 0.9.0
-fixed warnings.
|