tt-help-cli-ycl 1.3.58 → 1.3.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -183,7 +183,7 @@ async function processExplore(page, username, options, log) {
|
|
|
183
183
|
result.videoList = videoArray;
|
|
184
184
|
} else {
|
|
185
185
|
// 国家不匹配
|
|
186
|
-
result.restricted = true
|
|
186
|
+
// result.restricted = true;//不应该属于受限
|
|
187
187
|
result.keepFollow = false;
|
|
188
188
|
result.discoveredFollowing = [];
|
|
189
189
|
result.discoveredFollowers = [];
|