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

website support request - bcy.net #592

Closed
wankio opened this issue Jan 26, 2020 · 3 comments
Closed

website support request - bcy.net #592

wankio opened this issue Jan 26, 2020 · 3 comments

Comments

@wankio
Copy link
Contributor

wankio commented Jan 26, 2020

https://bcy.net/item/detail/6740183621631475980?_source_page=cos

book icon is category
<a class="dm-tag dm-tag-a " href="/tag/63696?_source_page=detail" target="_blank" title=""><i type="original" style="margin-right:3px" class="iconfont icon-original"></i><span>王者荣耀</span></a>

other is tags (words and id, userid,username https://bcy.net/u/219002?_source_page=detail)

Pictures have another version without watermark, if i'm remember

@pxssy
Copy link

pxssy commented Feb 5, 2020

wankio do you have any issues with profiles/galleries that are only accessible with mobile web/bcy app?

Also i know how to get the full sized, non watermarked. example

https://p9-bcy.byteimg.com/img/banciyuan/user/219002/item/web/17al0/72e9f460deb611e9afe7e78e9c02f7f3.jpg~tplv-banciyuan-w650.image

replace ^https://.+/img/banciyuan/ with https://img-bcy-qn.pstatp.com/ and remove everything after ~

example https://img-bcy-qn.pstatp.com/user/219002/item/web/17al0/72e9f460deb611e9afe7e78e9c02f7f3.jpg

@pxssy
Copy link

pxssy commented Feb 5, 2020

abit more info. https://bcy.net/apiv3/user/selfPosts?uid=473975&since=6654736582794281223&_signature= seems to grab the posts/images.

originally came with a signature string but it seems to be negligible since i can access it without

not sure what this "&since=6654736582794281223" is, since its not a unix timestamp.

mikf added a commit that referenced this issue Feb 9, 2020
@mikf
Copy link
Owner

mikf commented Feb 9, 2020

@pxssy thanks for all the info. Do you know if there is also an API endpoint for individual posts, like https://bcy.net/item/detail/6740183621631475980? It's currently using the embedded JSON data on the webpage itself, but that has its own problems.

Anyway, there are know extractors for user timelines (https://bcy.net/u/219002) and single posts (https://bcy.net/item/detail/6740183621631475980) -> 719b63d. Please test them, if you can, and tell me if I've missed anything or if there are any bugs.

@mikf mikf closed this as completed Feb 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants