Skip to content
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

Googleデフォルトを英語版にしているとGBookmarksのラベルをスクレイピングできない。 #23

Open
gorimaru opened this issue Apr 29, 2011 · 0 comments

Comments

@gorimaru
Copy link

http://www.google.com/bookmarks
にアクセスした時にリダイレクトする先が、Googleのデフォルト言語設定によって異なります。

英語 : https://www.google.com/bookmarks/l
日本語 : https://www.google.com/bookmarks/?hl=ja

chrome\content\library\20_model.js

959 return request('http://www.google.com/bookmarks').addCallback(function(res){

のURLを明示的に日本語表示(https://www.google.com/bookmarks/?hl=ja)にした方がよいのでは無いでしょうか。

#理想としては英語版で使われているAPIを使った方が良いのでしょうが、ワークアラウンドとして、です。

wantora pushed a commit to wantora/tombfix-core that referenced this issue May 13, 2016
* Fix a bug that can't access GM_{Tombloo, Tombfix} from User Script on Greasemonkey

Close to#23
wantora pushed a commit to wantora/tombfix-core that referenced this issue May 13, 2016
* Revise FriendFeed Model
 * Add support for regular type
 * Allow some Photo Extractors returning ps.file if it has ps.itemUrl
 * Refine comment's construction
 * Handle tags as Hashtags
 * Add POST_URL, getInfo()
 * Remove getToken()
* Add support for Data URI page
 * Refine uriToFileName()
* Fix a bug that can't access GM_{Tombloo, Tombfix} from User Script on Greasemonkey to#23
* Fix notify.ICON_INFO
* Remove unused notify.{ICON_DOWNLOAD, ICON_ERROR, ICON_WORN}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant