Advertisement
Guest User

Example error

a guest
Nov 18th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. http://www.khanacademy.org/api/v1/topic/tension-tutorial
  2. http://www.khanacademy.org/api/v1/videos/the-force-of-tension
  3. Downloading physics/3-Forces and Newton's laws of motion/6-Tension/1-The force of tension.mp4
  4. http://www.khanacademy.org/api/v1/videos/mild-and-medium-tension
  5. Downloading physics/3-Forces and Newton's laws of motion/6-Tension/2-Mild and medium tension.mp4
  6. http://www.khanacademy.org/api/v1/videos/super-hot-tension
  7. Downloading physics/3-Forces and Newton's laws of motion/6-Tension/3-Super hot tension.mp4
  8. http://www.khanacademy.org/api/v1/videos/introduction-to-tension
  9. Downloading physics/3-Forces and Newton's laws of motion/6-Tension/4-Introduction to tension.mp4
  10. http://www.khanacademy.org/api/v1/videos/tension-part-2
  11. Downloading physics/3-Forces and Newton's laws of motion/6-Tension/5-Introduction to tension (part 2).mp4
  12. http://www.khanacademy.org/api/v1/videos/tension-in-an-accelerating-system-and-pie-in-the-face
  13. Downloading physics/3-Forces and Newton's laws of motion/6-Tension/6-Tension in an accelerating system and pie in the face.mp4
  14. http://www.khanacademy.org/api/v1/topic/treating-systems
  15. http://www.khanacademy.org/api/v1/videos/treating-systems-the-hard-way
  16. Downloading physics/3-Forces and Newton's laws of motion/7-Treating systems /1-Treating systems (the hard way).mp4
  17. Traceback (most recent call last):
  18. File "app.py", line 84, in <module>
  19. main()
  20. File "app.py", line 81, in main
  21. k.visitCourse(k.parseCommandLineArguments())
  22. File "app.py", line 33, in visitCourse
  23. self.visitElement(requests.get(self._topicUrl + topic).json())
  24. File "app.py", line 38, in visitElement
  25. self.visitTopic(element)
  26. File "app.py", line 59, in visitTopic
  27. self.visitElement(requests.get(url).json())
  28. File "app.py", line 38, in visitElement
  29. self.visitTopic(element)
  30. File "app.py", line 59, in visitTopic
  31. self.visitElement(requests.get(url).json())
  32. File "app.py", line 38, in visitElement
  33. self.visitTopic(element)
  34. File "app.py", line 59, in visitTopic
  35. self.visitElement(requests.get(url).json())
  36. File "app.py", line 40, in visitElement
  37. self.visitVideo(element)
  38. File "app.py", line 68, in visitVideo
  39. self.saveFile(fileRequest, fileName)
  40. File "app.py", line 75, in saveFile
  41. with open(fileName, 'wb') as fileDescriptor:
  42. FileNotFoundError: [Errno 2] No such file or directory: "physics/3-Forces and Newton's laws of motion/7-Treating systems /1-Treating systems (the hard way).mp4"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement