Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Fix Gfycat extractor (#363)
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
  • Loading branch information
msfjarvis authored Jan 22, 2021
1 parent a271d2c commit 2c68361
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ public abstract static class Data {
@Json(name = "gfyName")
public abstract String threeWordId();

@Json(name = "webmUrl")
@Json(name = "mp4Url")
public abstract String highQualityUrl();

@Json(name = "miniUrl")
@Json(name = "mobileUrl")
public abstract String lowQualityUrl();

public static JsonAdapter<Data> jsonAdapter(Moshi moshi) {
Expand Down

0 comments on commit 2c68361

Please sign in to comment.