-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Updated ReadMe and added Udemy and DailyDev #2331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -627,6 +627,13 @@ | |
"urlMain": "https://www.dailymotion.com/", | ||
"username_claimed": "blue" | ||
}, | ||
"DailyDev":{ | ||
"errorType": "message", | ||
"errorMsg":"Page not found.", | ||
"url": "https://app.daily.dev/{}", | ||
"urlMain": "https://app.daily.dev/", | ||
"username_claimed": "nj05" | ||
}, | ||
Comment on lines
+630
to
+636
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Returns positive for all queries |
||
"Dealabs": { | ||
"errorMsg": "La page que vous essayez", | ||
"errorType": "message", | ||
|
@@ -2834,6 +2841,13 @@ | |
"urlMain": "https://www.toster.ru/", | ||
"username_claimed": "adam" | ||
}, | ||
"udemy": { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also please capitalize for UX (minor bikeshed maybe) |
||
"errorMsg": "Page not found", | ||
"errorType": "message", | ||
"url":"https://www.udemy.com/user/{}", | ||
"urlMain": "https://www.udemy.com/", | ||
"username_claimed": "adfadf" | ||
}, | ||
Comment on lines
+2844
to
+2850
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Returns positive for all queries |
||
"uid": { | ||
"errorType": "status_code", | ||
"url": "http://uid.me/{}", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you explain this section please?
Python's gotta get it from somewhere, and that would presumably be by installation (which either failed or didn't)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not 100% sure why only this method works for me, but I'm guessing even if the installation is somewhat successful, running it by directly calling the module with Python bypasses permission or setup issues.