When downloading through the regular command with cookies and headers, I get this error.
> llvd -c "react-design-patterns-25656257" -r 1080 --headers --cookies
Error: 'NoneType' object has no attribute 'replace'
Downloading without --headers starts, but fails after a view videos.
================================================================================
+-----------------------------------------------------------------+------------+
| DOWNLOAD SUMMARY | |
| ------------------------------ | ---------- |
| | |
| VIDEOS | |
| • Total | 39 |
| • Downloaded | 6 |
| • Already existed | 0 |
| • Skipped | 0 |
| • Failed | 33 |
| | |
| CHAPTERS | |
| • Total | 9 |
| • Empty | 6 |
| • Deleted | 6 |
| | |
| ERRORS | |
| 1. Error processing 'What are layout components': No video | |
| URL found | |
| 2. Error processing 'List and item components': No video URL | |
| found | |
| 3. Error processing 'Solution Different list types': No video | |
| URL found | |
| 4. Error processing 'Modal components': No video URL found | |
| 5. Error processing 'What are container components': No video | |
| URL found | |
| ... and 28 more errors | |
+-----------------------------------------------------------------+------------+
================================================================================
There seems to be a change in the website, as it looks like the code is expecting a string, but finds nothing.
When downloading through the regular command with cookies and headers, I get this error.
Downloading without
--headersstarts, but fails after a view videos.There seems to be a change in the website, as it looks like the code is expecting a string, but finds nothing.