Jump to content

nicolaasjan

Member
  • Posts

    388
  • Joined

  • Last visited

  • Days Won

    2
  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by nicolaasjan

  1. Maybe this could be useful; https://github.com/jaden/totp-generator This is an offline TOTP-generator for use in the browser. Works for me in Pale Moon.
  2. 30 security vendors and no sandboxes flagged this file as malicious.
  3. (offtopic) Today I cross-compiled ffmpeg-nonfree (both 32 and 64bit) with the script from here. Took 5 hours. Sandbox directory 27.8GB. Doesn't work on XP. On Vista it gave: On Windows 7 it worked. File size of the 64bit version is ~116MB, but you have to take into account that a lot of libs are enabled: ffmpeg version N-111790-g7e246a5db5-ffmpeg-windows-build-helpers Copyright (c) 2000-2023 the FFmpeg developers built with gcc 10.2.0 (GCC) configuration: --pkg-config=pkg-config --pkg-config-flags=--static --extra-version=ffmpeg-windows-build-helpers --enable-version3 --disable-debug --disable-w32threads --arch=x86_64 --target-os=mingw32 --cross-prefix=/media/ext3-data/git/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-x86_64/bin/x86_64-w64-mingw32- --enable-libcaca --enable-gray --enable-libtesseract --enable-fontconfig --enable-gmp --enable-libass --enable-libbluray --enable-libbs2b --enable-libflite --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopus --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libvorbis --enable-libwebp --enable-libzimg --enable-libzvbi --enable-libmysofa --enable-libopenjpeg --enable-libopenh264 --enable-libvmaf --enable-libsrt --enable-libxml2 --enable-opengl --enable-libdav1d --enable-cuda-llvm --enable-gnutls --enable-libsvtav1 --enable-libvpx --enable-libaom --enable-nvenc --enable-nvdec --extra-libs=-lharfbuzz --extra-libs=-lm --extra-libs=-lshlwapi --extra-libs=-lmpg123 --extra-libs=-lpthread --extra-cflags=-DLIBTWOLAME_STATIC --extra-cflags=-DMODPLUG_STATIC --extra-cflags=-DCACA_STATIC --enable-amf --disable-libmfx --enable-libaribcaption --enable-gpl --enable-frei0r --enable-librubberband --enable-libvidstab --enable-libx264 --enable-libx265 --enable-avisynth --enable-libaribb24 --enable-libxvid --enable-libdavs2 --enable-libxavs2 --enable-libxavs --extra-cflags='-mtune=generic' --extra-cflags=-O3 --enable-static --disable-shared --prefix=/media/ext3-data/git/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-x86_64/x86_64-w64-mingw32 --enable-nonfree --enable-libfdk-aac --enable-decklink libavutil 58. 17.100 / 58. 17.100 libavcodec 60. 23.100 / 60. 23.100 libavformat 60. 10.100 / 60. 10.100 libavdevice 60. 2.101 / 60. 2.101 libavfilter 9. 11.100 / 9. 11.100 libswscale 7. 3.100 / 7. 3.100 libswresample 4. 11.100 / 4. 11.100 libpostproc 57. 2.100 / 57. 2.100
  4. Ah, I see. A non-SSE2 version. I thought you meant the source was compatible with 3.4.
  5. Latest yt-dlp for XP is also uploaded to my GitHub repo. Direct link: https://github.com/nicolaasjan/yt-dlp/releases/latest/download/yt-dlp_x86_Windows-XP.zip For Windows 7 you can also still use one from the official Release files, or one from the nightly builds. The 64bit version (yt-dlp.exe) is built with Python 3.8.10 and the 32bit version (yt-dlp_x86.exe) is built with Python 3.7.9, so that one will work on Vista as well. However support for 3.7 wil probably be dropped soon...
  6. How did you do that? On a Windows 7 VM with Python 3.4.4 32bit and the latest source, I get: python "yt_dlp\__main__.py" -v "https://www.youtube.com/watch?v=8kl6q_9qZOs" Traceback (most recent call last): File "yt_dlp\__main__.py", line 14, in <module> import yt_dlp File "C:\Users\nico\Desktop\yt-dlp-master\yt_dlp\__init__.py", line 5 f'You are using an unsupported version of Python. Only Python versions 3.7 and above are supported by yt-dlp') # noqa: F541 ^ SyntaxError: invalid syntax
  7. It depends on whether you have to use these codecs for your specific encoding/decoding. libsvtav1: So for being able to play AV1 video, libdav1d is enough for me. libdav1d: However, I prefer to save only h264 video (avc codec; ≤1080p) from YouTube, because that is the only format that plays hardware accelerated (via iGPU) on my PC. yt-dlp command: yt-dlp -f bestvideo[height<=1080][ext=mp4][vcodec^=avc]+bestaudio[ext=m4a]/best[ext=mp4]/best "URL" libvmaf: No idea why I should need that.
  8. What errors exactly? There is indeed some issue at the moment (YT changed something again...😡), as described here. RegexNotFoundError: Unable to extract yt initial data Maintainer @dirkf is aware of it and I'm confident he will eventually fix it. I think it's related to this yt-dlp issue, which is fixed now. Just rename `yt-dlp.exe` to `youtube-dl.exe`.
  9. (offtopic) Then redirect to `old.reddit.com` with e.g. this user script: https://greasyfork.org/en/scripts/40897-old-reddit-please. Needs Greasemonkey for Pale Moon (not maintained any more, but still works).
  10. [ie/youtube] Fix consent cookie (#7774) Fixes #7594
  11. Speedometer (on Linux); new clean test profiles; 100 Mbps D/L speed : Firefox Nightly 118: 129 Chromium dev. 117.0.5929.0: 109
  12. Cross-posting this here: https://msfn.org/board/topic/184944-could-web-enviornment-integrity-block-old-operating-systems/
  13. A valid concern. Also, @roytam1would have to implement support in his browsers as well, or else websites that use this API would just not work, even if the underlying OS would be trusted. Googles own sites, like Gmail and YouTube would be among the first to implement this... Also, no more video downloading with e.g. yt-dlp. Code has been committed to the Chromium source already. https://vivaldi.com/blog/googles-new-dangerous-web-environment-integrity-spec/ https://github.com/mozilla/standards-positions/issues/852#issuecomment-1648820747 (pinging @VistaLover)
  14. On my main Linux system I compile FFmpeg myself (with the help of this guide, and without libaom, libsvtav1 and libvmaf). Resulting binary: ~32MB. Does everything yt-dlp asks it to do.
  15. Noticed that. yt-dlp for XP (and Vista) is now updated to yt-dlp version nightly@2023.07.07 [92315c037].
  16. [yt-dlp] Fixed issue #7473. [Twitter] Account is now required to download (Failed to parse JSON) So, you can download Twitter videos again without having an account.
  17. (offtopic) IrfanView 64bit has JPEG XL support when you install the additional plug-ins and enable support in Help ---> Installed plug-ins: (support not for 32bit)
  18. New Moon (palemoon-28.10.7a1.win64-git-20230701) crashes on Vista 64bit... VCRUNTIME140_1.dll was not found Previous version worked. [Edit] Never mind. I had to install additional runtimes (took the last Vista AIO repack from Abbodi)
  19. Web Archive has all 4.3.12 flavours : https://archive.org/details/paintdotnet_v4_3_12.
  20. (offtopic) Possibly due to recent changes in YouTube's site code? Maybe try with the latest versions of youtube-dl or yt-dlp, optionally with the help of the legacy "Open With" extension. Direct link to legacy XUL version: https://ca-archive.us.to/storage/11/11097/open_with-6.8.6-fx+sm+tb.xpi Screenshot.
  21. Oh..., I thought you were asking about Ungoogled Chromium. (See under"Windows 8.1, 8, 7, XP, Vista... and old versions") My instructions only apply to that browser. The last stable version for Windows 7 is 109.0.5414.120 https://github.com/macchrome/winchrome/releases/tag/v109.5414.120-M109.0.5414.120-r1070088-Win64 360chrome is something completely different and I have no experience with it.
  22. (offtopic) Use the "chromium-web-store" extension. (Read the Readme.md first) However note, that Chromium 109 is the last version that supports Windows 7, so you'll be exposed to security vulnerabilities! Search engines here: chrome://settings/searchEngines
  23. Rather nasty bug in youtube-dl today, but it is fixed now. Link in signature, as always. ERROR: Signature extraction failed, KeyError QV (YouTube changed something again )
×
×
  • Create New...