Difference between revisions of "Plays.tv"

From Archiveteam
Jump to navigation Jump to search
m (Add tracker url)
(Undo revision 43001 by Wessel1512 (talk))
Tag: Undo
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Infobox project
{{Infobox project
| title = Plays.tv
| title = Plays.tv
| image = Plays-logo-horizontal-dark-300x83.png
| logo = Plays-logo-horizontal-dark-300x83.png
| image = Playstv - 12-14-19.png
| description = Plays.tv is a platform for sharing video game recordings and screenshots.
| description = Plays.tv is a platform for sharing video game recordings and screenshots.
| URL = https://plays.tv/
| URL = https://plays.tv/
| project_status = {{closing}}
| project_status = {{offline}}
| source = https://github.com/ArchiveTeam/playstv-grab
| source = https://github.com/ArchiveTeam/playstv-grab
| tracker = http://tracker.archiveteam.org/playstv/
| tracker = http://tracker.archiveteam.org/playstv/
| irc = stops.tv
| irc = stops.tv
| irc_network = hackint
| irc_network = hackint
| archiving_status = {{upcoming}}
| archiving_status = {{partiallysaved}}
}}
}}


'''Plays.tv''' is a platform for sharing video game recordings and screenshots. The website will be shutting down on December 15, 2019.<ref>{{URL|https://blog.plays.tv/download-content/|Shutdown notice}}</ref>.
'''Plays.tv''' was a platform for sharing video game recordings and screenshots. The website scheduled shut down on December 15, 2019. It actually shutdown on December 15, 2019 about 23:50 EST. About 112 TiB of content was saved; this is believed to be about 1/2 the videos, although not all resolutions. The 1085 TiB number mentioned elsewhere was for the entire S3 bucket, including all resolutions etc.<ref>{{URL|https://blog.plays.tv/download-content/|Shutdown notice}}</ref>.
 
Note: some content that ArchiveTeam was unable to save may still exist...if other users saved or moved that content on their own. Some content may also have been moved to medal.tv using this importer that was posted in a reply to the Plays.tv Twitter account: https://chrome.google.com/webstore/detail/medal-importer/cffgodhgpfohjfpedcjbfnphlhjegljm


== URLs ==
== URLs ==
Line 38: Line 41:
== References ==
== References ==
<references/>
<references/>
{{Navigation box}}

Revision as of 01:11, 1 February 2020

Plays.tv
Plays.tv logo
Plays.tv is a platform for sharing video game recordings and screenshots.
Plays.tv is a platform for sharing video game recordings and screenshots.
URL https://plays.tv/
Status Offline
Archiving status Partially saved
Archiving type Unknown
Project source https://github.com/ArchiveTeam/playstv-grab
Project tracker http://tracker.archiveteam.org/playstv/
IRC channel #stops.tv (on hackint)

Plays.tv was a platform for sharing video game recordings and screenshots. The website scheduled shut down on December 15, 2019. It actually shutdown on December 15, 2019 about 23:50 EST. About 112 TiB of content was saved; this is believed to be about 1/2 the videos, although not all resolutions. The 1085 TiB number mentioned elsewhere was for the entire S3 bucket, including all resolutions etc.[1].

Note: some content that ArchiveTeam was unable to save may still exist...if other users saved or moved that content on their own. Some content may also have been moved to medal.tv using this importer that was posted in a reply to the Plays.tv Twitter account: https://chrome.google.com/webstore/detail/medal-importer/cffgodhgpfohjfpedcjbfnphlhjegljm

URLs

  • Video watch page: https://plays.tv/video/$VIDEO_WEB_ID
  • Thumbnail: https://d[01]playscdntv-a.akamaihd.net/media/$VIDEO_BUCKET_ID/transcoded/$RESOLUTION.jpg
  • Video: https://d[01]playscdntv-a.akamaihd.net/media/$VIDEO_BUCKET_ID/transcoded/$RESOLUTION.mp4

Video IDs on the watch page URLs are [0-9a-f]{18}. In the bucket, two video ID schemes are in use: older uploads use a YouTube-like ID of [0-9a-zA-Z_-]{11}, newer ones are [0-9a-f]{8}[0-9a-z]{10}[0-9a-f]{6}. For the latter, the web page ID of a video starts with the same eight characters as the bucket ID, but the rest differs.

Known values for $RESOLUTION include: 144, 360, 480, 720, and 1080, with some resources only supporting lower resolutions.

The site uses two Akamai CDN domains, d0playscdntv-a.akamaihd.net and d1playscdntv-a.akamaihd.net, and both are proxies to the raptr-replay S3 bucket. That bucket contains about 422 million objects totalling 1085 TiB based on a scan from 2019-11-22 to 25.

Internal API

  • User feed: https://plays.tv/playsapi/feedsys/v1/userfeed/$USERNAME_OR_USERID/uploaded?limit=[10]&filter=[video|image] (parameters are optional, limit defaults to 10 (the desktop app sets it to 24 and the iOS mobile app sets it to 10), filter defaults to a blank string (none)) This endpoint contains metadata (including a download URL) for each video. Also has /playsapi/feedsys/v1/userfeed/USERNAME_OR_USERID/published?limit=12, /playsapi/feedsys/v1/userfeed/USERNAME_OR_USERID/uploaded?limit=12&displayType=unlisted (requires authentication for data), /playsapi/feedsys/v1/userfeed/USERNAME_OR_USERID/featured?limit=12, /playsapi/feedsys/v1/userfeed/USERNAME_OR_USERID/counts, /playsapi/feedsys/v1/userfeed/USERNAME_OR_USERID/published?limit=12&lastId=XXXXXXXX0000000000 (video ID).
  • User profile: https://plays.tv/ws/orbital/profile/$USERID?_orbitalapp=1 (the orbitalapp parameter doesn't seem to do anything). Requires the user id, and won't return anything for usernames. It also lists 12 of the user's videos (with urls to video thumbnails but not the video files themselves), and the usernames, profile images, and ids of followers, following, and friend suggestions.
  • The user id can be obtained by searching for "target_user_id" in the source code of their user page: https://plays.tv/u/$USERNAME
  • Video: https://plays.tv/playsapi/feedsys/v1/media/$VIDEO_WEB_ID. Also has /react, /unreact, /track, /repost, /unrepost, /unlist, /publish, /comments?page=[0]&limit=[99].
  • User: https://plays.tv/playsapi/usersys/v1/user/$USERNAME_OR_USERID Returns username, user id, profile picture.
  • Comment: https://plays.tv/ws/comment/create. Also /delete.
  • User timeline: https://plays.tv/playsapi/feedsys/v1/userfeed/$USERNAME_OR_USERID/timeline?limit=[12?]&filter=[(none)|friends] Requires authentication.
  • Notifications: https://plays.tv/ws/orbital/notifications/get Requires authentication.
  • Something related to streaming (maybe creating a stream?): http://stream.playsapi.tv/v1/stream?userId=$USERID&appVersion=3.0.0&augerVersion=$AUGERVERSION

References