devmaxxing / videocr-PaddleOCR

Extract hardcoded subtitles from videos using machine learning
MIT License
124 stars 16 forks source link

colab demo: libssl dead link #17

Closed phineas-pta closed 4 months ago

phineas-pta commented 4 months ago

1st cell (install libssl) use dead link:

!wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
!sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb

here new link:

!wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
!dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb

(no need sudo)

devmaxxing commented 4 months ago

Thanks for the heads up! I've updated the command in the colab notebook