Weiran Zhang
Weiran Zhang
There have been [some commits](https://github.com/lilfaf/YTVimeoExtractor/compare/1.2.0...master) since the 1.2 tag. I currently have to use a verbose Podfile definition to get the latest code: `pod 'YTVimeoExtractor', :git => 'https://github.com/lilfaf/YTVimeoExtractor', :commit =>...
The Travis build is broken because enabling [Runtime Hardening](https://developer.apple.com/documentation/security/hardened_runtime_entitlements) enforces using a code sign identity rather than ad-hoc signing. This means Travis doesn't have my signing certificate. To fix this...
Related to #1.
libHN fetches comments for Ask HN posts by having the question as the first comment, then the replies being also root comments below the question. HNScraper however has replies as...