5 ms·
Sorry about that, broken links have been fixed in the episode and here's a link to the library: https://github.com/pointfreeco/swift-parsing https://github.com/
by mbw234 4y ago
Sorry about that, broken links have been fixed in the episode and here's a link to the library: https://github.com/pointfreeco/swift-parsing https://github.com/pointfreeco/swift-parsing.
- a1369209993 4y agoSpeaking of broken links, you're also returning 404 for HEAD requests: $ youtube-dl https://www.pointfree.co/episodes/ep185-tour-of-parser-printers-introduction -f http-720p [generic] ep185-tour-of-parser-printers-introduction: Requesting header [snip] zlib.error: Error -5 while decompressing data: incomplete or truncated stream $ wget --method=HEAD https://www.pointfree.co/episodes/ep185-tour-of-parser-printers-introduction [snip] HTTP request sent, awaiting response... 404 Not Found (Fixed youtube-dl by diking out head_response (with `= False`) in youtube_dl/extractor/generic.py:2408 if anyone else cares.)