Closed azihassan closed 3 months ago
The challenge name gets detected correctly, but the the function that parses its implementation expects it to end with return b.join("")};
. The /tmp/65e3708e.js file, however, has an implementation that ends with return Array.prototype.join.call(b,"")};
:
Even though the parsing function doesn't stop until it encounters a return b.join("")};
, the resulting challenge solution is still correct :
I ran the youtube-d command again and it's no longer rate limited, which was strange :
youtube-d https://www.youtube.com/watch\?v\=uNm2ZZhf0zQ
Verbose mode : false
Handling https://www.youtube.com/watch?v=uNm2ZZhf0zQ
Cache hit (/tmp/uNm2ZZhf0zQ.html), skipping HTML download...
base.js cache hit (/tmp/65e3708e.js), skipping download...
I Lost my job so I flipped stuff online: Month 5 Part 2
Downloading https://www.youtube.com/watch?v=uNm2ZZhf0zQ to I Lost my job so I flipped stuff online Month 5 Part 2-uNm2ZZhf0zQ-18.mp4
Using RegularDownloader
Resuming from byte 5136384
[99.98 %] 50.71 / 50.72 MB
Done !
It used the same cached resources and therefore the same URL as before. I'll close this as a fluke until I ran into it again.
I ran into a video that gets rate limited despite seemingly solving the N challenge.