Commit Graph

37 Commits (f8987163fb20b53e10b65ab80fbfd7ed2bd115d5)

Author SHA1 Message Date
Sergey M․ 8e41c9ad01
[vine:user] Improve extraction (closes )
Timmy 9b5aead6aa
[vine:user] Fix extraction (closes )
Yen Chi Hsuan e8f20ffa03
[vine] Make sure the title won't be empty
And fix a relevant TwitterCard test case
Sergey M․ f962790ee5
[vine] Fix extraction (closes )
Sergey M․ ac2d8f54d1
[vine] Remove superfluous whitespace
Sergey M․ 564dc3c6e8
[vine] Fix extraction (Closes )
TRox1972 6ae938b295
[Vine] Extract view count
Sergey M․ 611c1dd96e [refactor] Single quotes consistency
Sergey M․ cc449417c4 [vine] Use _search_regex for JSON data (Closes , closes )
Sergey M․ 2e022397c4 [vine] Add counters to tests
Sergey M․ 91816e8f16 [vine] Remove duplicate metadata, make more robust and modernize (Closes )
Lukáš Lalinský 10c38c7ca2 [vine] Fix download tests
Lukáš Lalinský 94a773feb9 [vine] Use JS data to get title/alt_title
Sergey M․ d4b963d0a6 [vine] Relax `alt_title` (Closes )
Yen Chi Hsuan 51f1244600 [vine] flake8
Sergey M․ 4c4780c25e [vine] Modernize
Sergey M․ 64f1aba8f1 [vine] Extend _VALID_URL
Sergey M․ 3359fb661f [vine] Add tests for
Sergey M․ 58a9f1b864 [vine] Fix post data regex (Closes )
Sergey M․ 6ac41a4ef5 [vine] Zero rate videos is perfectly valid ()
Naglis Jonaitis 2684871bc1 [vine] Fix formats extraction (Closes )
Philipp Hagemeister f5e43bc695 [vine] Provide alt_title (Fixes )
Philipp Hagemeister 63e0f29564 [vine] Modernize
Sergey M․ b128c9ed68 [vine:user] Add support for another URL format (Closes )
Philipp Hagemeister 7706927370 [vine:user] Adapt test to changed list size
Philipp Hagemeister 22a6f15061 Move playlist tests to extractors.
From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs).
Philipp Hagemeister a172b258ac [vine:user] Simplify
Jason Normore ea783d01e1 Added VineUserIE extractor for vine user timeline
Added vine user timeline extractor using unofficial
vine api user profile and timeline api endpoints.
Philipp Hagemeister 0049594efb [vine] Remove debugging code
Philipp Hagemeister acd69589a5 [YoutubeDL] Do not require default output template to be set
Sergey M. f919201ecc [vine] Extract more metadata and support low format
Jaime Marquínez Ferrándiz 78b373975d [vine] Fix uploader extraction
Jaime Marquínez Ferrándiz 5dc733f071 [vine] Simplify
Jaime Marquínez Ferrándiz 8b8cbd8f6d [vine] Fix uploader extraction
Jaime Marquínez Ferrándiz 46720279c2 InfoExtractor: add some helper methods to extract OpenGraph info
Philipp Hagemeister 6f5ac90cf3 Move tests to the IE definitions
Philipp Hagemeister eb1634cbf8 [Vine] move into own file