test-report.json 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. [
  2. {
  3. "name": "Short video",
  4. "url": "https://www.youtube.com/watch?v=jNQXAC9IVRw",
  5. "options": {},
  6. "startTime": 1759410973927,
  7. "status": "passed",
  8. "duration": 3647,
  9. "videoInfo": {
  10. "title": "Me at the zoo",
  11. "duration": "0:19",
  12. "format": "18 - 320x240 (240p)",
  13. "filesize": "0.75 MB"
  14. }
  15. },
  16. {
  17. "name": "Medium video",
  18. "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
  19. "options": {},
  20. "startTime": 1759410977574,
  21. "status": "passed",
  22. "duration": 3468,
  23. "videoInfo": {
  24. "title": "Rick Astley - Never Gonna Give You Up (Official Video) (4K Remaster)",
  25. "duration": "3:33",
  26. "format": "401 - 3840x2160 (2160p)+251 - audio only (medium)",
  27. "filesize": "Unknown"
  28. }
  29. },
  30. {
  31. "name": "Long video",
  32. "url": "https://www.youtube.com/watch?v=_OBlgSz8sSM",
  33. "options": {},
  34. "startTime": 1759410981042,
  35. "status": "passed",
  36. "duration": 3211,
  37. "videoInfo": {
  38. "title": "Charlie bit my finger - again !",
  39. "duration": "0:56",
  40. "format": "397 - 640x480 (480p)+251 - audio only (medium)",
  41. "filesize": "Unknown"
  42. }
  43. },
  44. {
  45. "name": "Small playlist",
  46. "url": "https://www.youtube.com/playlist?list=PLrAXtmErZgOeiKm4sgNOknGvNjby9efdf",
  47. "options": {},
  48. "startTime": 1759410984253,
  49. "status": "failed",
  50. "duration": 6153,
  51. "error": "Failed to parse video info"
  52. },
  53. {
  54. "name": "Shorts URL",
  55. "url": "https://www.youtube.com/shorts/dQw4w9WgXcQ",
  56. "options": {},
  57. "startTime": 1759410990406,
  58. "status": "passed",
  59. "duration": 2805,
  60. "videoInfo": {
  61. "title": "Rick Astley - Never Gonna Give You Up (Official Video) (4K Remaster)",
  62. "duration": "3:33",
  63. "format": "401 - 3840x2160 (2160p)+251 - audio only (medium)",
  64. "filesize": "Unknown"
  65. }
  66. },
  67. {
  68. "name": "Vimeo video",
  69. "url": "https://vimeo.com/148751763",
  70. "options": {},
  71. "startTime": 1759410993211,
  72. "status": "failed",
  73. "duration": 1027,
  74. "error": "Deprecated Feature: Support for Python version 3.9 has been deprecated. Please update to Python 3.10 or above\nERROR: [vimeo] 148751763: The web client only works when logged-in. Use --cookies, --cookies-from-browser, --username and --password, --netrc-cmd, or --netrc (vimeo) to provide account credentials. See https://github.com/yt-dlp/yt-dlp/wiki/FAQ#how-do-i-pass-cookies-to-yt-dlp for how to manually pass cookies\n"
  75. },
  76. {
  77. "name": "Invalid URL",
  78. "url": "https://www.youtube.com/watch?v=invalid123",
  79. "options": {},
  80. "startTime": 1759410994238,
  81. "status": "failed",
  82. "duration": 615,
  83. "error": "Deprecated Feature: Support for Python version 3.9 has been deprecated. Please update to Python 3.10 or above\nERROR: [youtube:truncated_id] invalid123: Incomplete YouTube ID invalid123. URL https://www.youtube.com/watch?v=invalid123 looks truncated.\n"
  84. },
  85. {
  86. "name": "Malformed URL",
  87. "url": "not-a-url",
  88. "options": {},
  89. "startTime": 1759410994853,
  90. "status": "failed",
  91. "duration": 620,
  92. "error": "Deprecated Feature: Support for Python version 3.9 has been deprecated. Please update to Python 3.10 or above\nERROR: [generic] 'not-a-url' is not a valid URL\n"
  93. }
  94. ]