fix bug with apple dev docs
parent
35127825dd
commit
b7f46b91ab
|
@ -21,7 +21,7 @@ class html_reader {
|
||||||
|
|
||||||
class apple_reader {
|
class apple_reader {
|
||||||
read_url(url, res, inline_title, ignore_links) {
|
read_url(url, res, inline_title, ignore_links) {
|
||||||
json_url = apple_dev_parser.dev_doc_url(url);
|
let json_url = apple_dev_parser.dev_doc_url(url);
|
||||||
https.get(json_url,(apple_res) => {
|
https.get(json_url,(apple_res) => {
|
||||||
let body = "";
|
let body = "";
|
||||||
apple_res.on("data", (chunk) => {
|
apple_res.on("data", (chunk) => {
|
||||||
|
|
Loading…
Reference in New Issue