linkedin-learning-downloader icon indicating copy to clipboard operation
linkedin-learning-downloader copied to clipboard

SyntaxError line 35

Open sciascia opened this issue 6 years ago • 2 comments

Hi there, super sorry but when I run the script I see the following error...

line 35 return f'{hours:02}:{minutes:02}:{seconds:02},{milliseconds:02}' ^ SyntaxError: invalid syntax

I know nothing about Python sorry, is that easy for me to fix?

sciascia avatar Aug 16 '19 22:08 sciascia

Run it with python3 abcd.py

mahezsh avatar Aug 17 '19 09:08 mahezsh

@matrixnl @sciascia have a look at here, tested on July 2019 https://github.com/J3Patel/linkedin-learning-video-downloader

J3Patel avatar Aug 21 '19 00:08 J3Patel