palewire
784f597601
Tweaks
2022-08-10 05:43:46 -07:00
Ben Welsh
e84f0673bb
Update twitter.py
2022-08-10 05:27:46 -07:00
Ben Welsh
9b6e3940a7
Update youtube_dl/extractor/twitter.py
...
Co-authored-by: dirkf <fieldhouse@gmx.net>
2022-08-10 05:25:40 -07:00
palewire
c1c8791335
Switch trim method
2022-08-09 12:21:39 -07:00
palewire
d2381bebaf
use_generic
2022-08-09 03:34:52 -07:00
palewire
abc3a6af48
use_generic
2022-08-09 03:33:41 -07:00
palewire
05aa33b0b3
Flake8
2022-08-08 19:43:42 -07:00
palewire
27e5c22293
Shorten title attribute for #29912
2022-08-08 19:42:25 -07:00
Sergey M․
d1b9a5e2ef
[twitter] Improve formats extraction from vmap URL ( closes #28909 )
2021-05-01 19:00:39 +07:00
Remita Amine
9d50f86232
[twitter] Add tests for more cards
2021-01-15 10:32:01 +01:00
Sergey M․
ab9001dab5
[twitter] Add support for unified cards ( closes #27826 )
2021-01-15 12:39:21 +07:00
Remita Amine
19ec468635
[twitter] Add support for summary card( closes #25121 )
2021-01-03 13:37:24 +01:00
Remita Amine
491ee7efe4
[twitter] try to use a Generic fallback for unknown twitter cards( closes #25982 )
2021-01-03 13:29:00 +01:00
Sergey M․
7b0b53ea69
[twitter:broadcast] Add untitled periscope broadcast test
2020-06-01 20:32:57 +07:00
Remita Amine
10a5091e58
[twitter] add support for promo_video_website cards( closes #23711 )
2020-01-12 12:01:59 +01:00
Remita Amine
18ca61c5e1
[twitter] improve extraction
...
- add support for generic embeds(closes #22168 )
- always extract http formats for native videos(closes #14934 )
- add support for Twitter Broadcasts(closes #21369 )
- extract more metadata
- improve VMap format extraction
- unify extraction code for both twitter statuses and cards
2019-11-09 09:23:20 +01:00
Sergey M․
b7ef93f0ab
[twitter] Improve uploader id extraction ( closes #21705 )
2019-07-14 01:19:17 +07:00
Remita Amine
65e29cdac3
[twitter] pass referer with card request( closes #18579 )
2018-12-18 22:49:01 +01:00
Sergey M․
77053237c5
[twitter:card] Generalize base API URL
2018-06-03 15:58:12 +07:00
Sergey M․
b6b2ccb72f
[twitter:card] Extract guest token ( closes #16609 )
2018-06-03 15:57:45 +07:00
Sergey M․
2593725a9b
[twitter:card] Add support for another endpoint ( closes #16586 )
2018-06-01 05:16:00 +07:00
Remita Amine
51f2863357
[twitter] improve extraction( closes #14197 )
2017-12-10 14:11:09 +01:00
Sergey M․
197224b7a4
Fix some regexes
2017-10-09 23:50:53 +07:00
Giuseppe Fabiano
5c1452e8f1
[twitter] Add support for user_id-less URLs ( closes #14270 )
2017-09-23 06:38:09 +07:00
capital-G
3b65a6fbf3
[twitter] Fix duration extraction
2017-09-20 03:58:06 +07:00
Yen Chi Hsuan
3615bfe1b4
[twitter] Fix remaining tests
2017-07-11 16:46:37 +08:00
Yen Chi Hsuan
e8f20ffa03
[vine] Make sure the title won't be empty
...
And fix a relevant TwitterCard test case
2017-07-11 16:05:15 +08:00
Yen Chi Hsuan
9be31e771c
[twitter] Support HLS streams in vmap URLs
2017-07-11 15:48:48 +08:00
Yen Chi Hsuan
7f176ac477
[periscope] Support pscp.tv URLs in embedded frames
...
And fix a relevant twitter test
2017-07-11 15:35:19 +08:00
Yen Chi Hsuan
2edfd745df
[twitter] Extract mp4 urls via mobile API ( closes #12726 )
2017-07-11 15:19:36 +08:00
Yen Chi Hsuan
ec85ded83c
Fix "invalid escape sequences" error on Python 3.6
2017-01-06 00:58:56 +08:00
Sergey M․
748a462fbe
[twitter:card] Relax _VALID_URL ( closes #11225 )
2016-11-19 01:49:13 +07:00
Yen Chi Hsuan
f0bc5a8609
[twitter] Support Periscope embeds ( closes #10737 )
...
Also update _TESTS
2016-09-24 20:00:29 +08:00
stepshal
25042f7372
Add missing r prefix for _VALID_URLs
2016-09-08 17:04:57 +07:00
Yen Chi Hsuan
6da8d7de69
[twitter] Update _TESTS
2016-06-08 21:48:12 +08:00
Yen Chi Hsuan
c6308b3153
[twitter] Fix extraction for videos with HLS streams
...
Closes #9623
2016-06-08 21:28:10 +08:00
Yen Chi Hsuan
fc0a45fa41
[twitter] Detect suspended accounts and update _TESTS
2016-06-08 21:12:14 +08:00
Yen Chi Hsuan
36b7d9dbfa
[twitter] Don't check /cards/ URLs
...
Fixes #9181
In this tweet, there are two cards:
1. https://twitter.com/i/cards/tfw/v1/719944006306701313
This shows #TeamCap vs. #TeamIronMan
2. https://twitter.com/i/videos/tweet/719944021058060289
This is the real video and can be handled by TwitterCardIE
In all current test_Twitter* tests, /videos/tweet/ approach works fine.
2016-04-16 18:57:50 +08:00
Yen Chi Hsuan
395fd4b08a
[twitter] Handle another form of embedded Vine
...
Fixes #8996
2016-03-27 04:36:02 +08:00
Yen Chi Hsuan
e68d3a010f
[twitter] Fix extraction ( closes #8966 )
...
HLS and DASH formats are no longer appeared in test cases. I keep them
for fear of triggering new errors.
2016-03-26 18:34:51 +08:00
Yen Chi Hsuan
845817aadf
[twitter] Provide more metadata
2016-03-05 18:14:58 +08:00
Yen Chi Hsuan
03879ff054
[twitter] Media info is not always in the first entity
...
Fixes #8704
2016-03-03 14:42:49 +08:00
Yen Chi Hsuan
c8398a9b87
[twitter] Now Twitter serves the same file for Firefox and Chrome
2016-03-03 14:27:27 +08:00
Yen Chi Hsuan
b8972bd69d
[twitter] Fix extraction of test_Twitter and test_Twitter_1
2016-03-03 14:24:24 +08:00
Yen Chi Hsuan
0ae937a798
[twitter] Support twitter.com/i/videos/tweet/ URLS
...
Closes #8737
2016-03-03 13:43:45 +08:00
Yen Chi Hsuan
7efc1c2b49
[twitter] Fix metadata extraction and test_Twitter_1
2016-02-21 17:29:28 +08:00
Yen Chi Hsuan
132e3b74bd
[twitter] Fix a typo
2016-02-21 17:21:37 +08:00
Yen Chi Hsuan
bdbf4ba40e
[twitter:amplify] Extract more metadata
2016-02-21 17:16:35 +08:00
Yen Chi Hsuan
acb6e97e6a
[twitter] Fix several failed tests
2016-02-21 16:57:56 +08:00
Yen Chi Hsuan
445d72b8b5
[twitter:amplify] Add TwitterAmplifyIE for handling Twitter smart URLs
...
Closes #8075
2016-02-21 16:41:24 +08:00