nicolaasjan

Results 62 comments of nicolaasjan

Similar issue as : https://github.com/blackjack4494/yt-dlc/issues/289 **;)**

> Someone or some group fork it and support it going forward. @eduncan911 Well, this is a start: https://github.com/pukkandan/yt-dlc [Edit] > I tried researching a few weeks ago and could...

Seems down indeed... ``` ping sponsor.ajay.app PING sponsor.ajay.app (49.12.210.100) 56(84) bytes of data. --- sponsor.ajay.app ping statistics --- 8 packets transmitted, 0 received, 100% packet loss, time 7144ms ```

Issue is raised [here](https://github.com/ajayyy/SponsorBlock/issues/1080).

I guess it's solved for now? ``` ping sponsor.ajay.app PING sponsor.ajay.app (172.67.148.181) 56(84) bytes of data. 64 bytes from 172.67.148.181 (172.67.148.181): icmp_seq=1 ttl=55 time=7.76 ms 64 bytes from 172.67.148.181 (172.67.148.181):...

@Vangelis66 I'm a bit late to the party, but I managed to make a 32-bit binary from the latest source, using Visual Studio in a Windows 7 VM. 😎 ```...

> Thanks for chiming in, however, I'm going to remove links to external binaries that are made here. it's a matter of trust: I can't personally vouch for third-party binaries...

> **both** archives `AtomicParsleyWindows.zip` and `AtomicParsleyWindowsx86.zip` (which, if you noticed, are of the same filesize) contain **the exact same binary**, `AtomicParsley.exe`, sized 278 KiB, which is of the **x64** architecture...

> @nicolaasjan How did you get it to build? For me, the build command throws error after "Could NOT find ZLIB". See https://github.com/pukkandan/atomicparsley/actions/runs/3763543108/jobs/6397140009 But your second attempt [(attempt 6)](https://github.com/pukkandan/atomicparsley/actions/runs/3763543109) worked...

Now I get this: ``` cd build && cmake ../ && make -- The C compiler identification is GNU 9.4.0 -- The CXX compiler identification is GNU 9.4.0 -- Check...