sources: remove redundant comments
These comments are already present under the parse blocks, so the huge walls of text before the code are not needed anymore.
This commit is contained in:
@@ -1,31 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
# Page URLs:
|
||||
#
|
||||
# * https://twitter.com/motty08111213
|
||||
# * https://twitter.com/motty08111213/status/943446161586733056
|
||||
# * https://twitter.com/motty08111213/status/943446161586733056?s=19
|
||||
# * https://twitter.com/i/web/status/943446161586733056
|
||||
#
|
||||
# * https://mobile.twitter.com/motty08111213
|
||||
# * https://mobile.twitter.com/motty08111213/status/943446161586733056
|
||||
# * https://mobile.twitter.com/i/web/status/943446161586733056
|
||||
#
|
||||
# * https://twitter.com/Kekeflipnote/status/1496555599718498319/video/1
|
||||
# * https://twitter.com/sato_1_11/status/1496489742791475201/photo/2
|
||||
#
|
||||
# Sample image URLs:
|
||||
#
|
||||
# * https://pbs.twimg.com/media/FMSZOa6aQAMIuRD.jpg
|
||||
# * https://pbs.twimg.com/media/FMSZOa6aQAMIuRD.jpg?name=large
|
||||
# * https://pbs.twimg.com/media/FMSZOa6aQAMIuRD?format=jpg&name=large
|
||||
# * https://pbs.twimg.com/media/FMSZOa6aQAMIuRD?format=jpg&name=small
|
||||
#
|
||||
# Full image URLs:
|
||||
#
|
||||
# * https://pbs.twimg.com/media/FMSZOa6aQAMIuRD.jpg:orig
|
||||
# * https://pbs.twimg.com/media/FMSZOa6aQAMIuRD.jpg?name=orig
|
||||
# * https://pbs.twimg.com/media/FMSZOa6aQAMIuRD?format=jpg&name=orig
|
||||
# Unhandled:
|
||||
#
|
||||
# Video URLs:
|
||||
#
|
||||
@@ -35,12 +10,6 @@
|
||||
# * https://video.twimg.com/ext_tw_video/1496554514312269828/pu/vid/960x720/wiC1XIw8QehhL5JL.mp4?tag=12
|
||||
# * https://video.twimg.com/ext_tw_video/1496554514312269828/pu/vid/480x360/amWjOw0MmLdnPMPB.mp4?tag=12
|
||||
#
|
||||
# Video thumbnail URLs:
|
||||
#
|
||||
# * https://pbs.twimg.com/tweet_video_thumb/ETkN_L3X0AMy1aT.jpg
|
||||
# * https://pbs.twimg.com/ext_tw_video_thumb/1496554514312269828/pu/img/Asrdh3Ji-EqYOYHv.jpg
|
||||
# * https://pbs.twimg.com/amplify_video_thumb/1215590775364259840/img/lolCkEEioFZTb5dl.jpg
|
||||
#
|
||||
# Profile image URLs:
|
||||
#
|
||||
# * https://pbs.twimg.com/profile_banners/780804311529906176/1475001696
|
||||
@@ -50,7 +19,7 @@
|
||||
#
|
||||
# * https://t.co/Dxn7CuVErW => https://twitter.com/Kekeflipnote/status/1496555599718498319/video/1
|
||||
# * https://pic.twitter.com/Dxn7CuVErW => https://twitter.com/Kekeflipnote/status/1496555599718498319/video/1
|
||||
#
|
||||
|
||||
class Source::URL::Twitter < Source::URL
|
||||
# Twitter provides a list of reserved usernames but it's inaccurate; some names ('intent') aren't
|
||||
# included and other names in the list aren't actually reserved.
|
||||
@@ -71,6 +40,7 @@ class Source::URL::Twitter < Source::URL
|
||||
@status_id = status_id
|
||||
|
||||
# https://twitter.com/motty08111213/status/943446161586733056
|
||||
# https://twitter.com/motty08111213/status/943446161586733056?s=19
|
||||
# https://twitter.com/Kekeflipnote/status/1496555599718498319/video/1
|
||||
# https://twitter.com/sato_1_11/status/1496489742791475201/photo/2
|
||||
in "twitter.com", username, "status", status_id, *rest
|
||||
@@ -84,6 +54,8 @@ class Source::URL::Twitter < Source::URL
|
||||
# https://pbs.twimg.com/media/EBGbJe_U8AA4Ekb.jpg
|
||||
# https://pbs.twimg.com/media/EBGbJe_U8AA4Ekb.jpg:small
|
||||
# https://pbs.twimg.com/media/EBGbJe_U8AA4Ekb?format=jpg&name=900x900
|
||||
#
|
||||
# video thumbnail urls:
|
||||
# https://pbs.twimg.com/tweet_video_thumb/ETkN_L3X0AMy1aT.jpg
|
||||
# https://pbs.twimg.com/ext_tw_video_thumb/1243725361986375680/pu/img/JDA7g7lcw7wK-PIv.jpg
|
||||
# https://pbs.twimg.com/amplify_video_thumb/1215590775364259840/img/lolCkEEioFZTb5dl.jpg
|
||||
|
||||
Reference in New Issue
Block a user