diff options
| author | syeopite <syeopite@syeopite.dev> | 2021-06-25 14:14:41 -0700 |
|---|---|---|
| committer | syeopite <syeopite@syeopite.dev> | 2021-06-25 14:14:41 -0700 |
| commit | ca4df2967049ca8557506706e384d7ceab3f67a8 (patch) | |
| tree | 1ec132c1d8065b4efa2f2b26fe41be13c6b5afd6 /src | |
| parent | 7da0b2fd7fb977eb9e5f790e63e93b9bde0c9768 (diff) | |
| download | invidious-ca4df2967049ca8557506706e384d7ceab3f67a8.tar.gz invidious-ca4df2967049ca8557506706e384d7ceab3f67a8.tar.bz2 invidious-ca4df2967049ca8557506706e384d7ceab3f67a8.zip | |
Wrap comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/invidious/videos.cr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/invidious/videos.cr b/src/invidious/videos.cr index 264a70e8..3e64537e 100644 --- a/src/invidious/videos.cr +++ b/src/invidious/videos.cr @@ -999,7 +999,8 @@ def fetch_video(id, region) "cver" => "6.20180913", }) - # In order to actually extract video info without error, the `x-youtube-client-version` has to be set to the same version as `cver` above. + # In order to actually extract video info without error, the `x-youtube-client-version` + # has to be set to the same version as `cver` above. embed_info = HTTP::Params.parse(YT_POOL.client &.get("/get_video_info?#{required_parameters}", headers: HTTP::Headers{ "x-youtube-client-version" => "6.20180913", |
