p4ul17 / voe-dl

A Python downloader for voe.sx videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error with version 1.2.1

cuitrlal opened this issue · comments

python3 dl.py https://jayservicestuff.com/e/*
*
Traceback (most recent call last):
  File "/root/voe-dl/dl.py", line 97, in <module>
    main()
  File "/root/voe-dl/dl.py", line 29, in main
    download(URL)
  File "/root/voe-dl/dl.py", line 66, in download
    slice_start = jsSource.find("'")
AttributeError: 'NoneType' object has no attribute 'find'

v1.1.1 should work again. They have switched to the old page layout.

Thanks a lot.