aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(tiktok): update title getterAakash Gajjar2020-08-111-1/+1
| | | | Signed-off-by: Aakash Gajjar <skyqutip@gmail.com>
* [fix] python 2 "url" field is missing or emptyAakash Gajjar2020-08-011-2/+2
| | | | | | | `try_get` fails for `expected_type=str`, because in python 2 string has `unicode` type. This commit removes the `expected_type` to disable the comparison.
* [tiktok] fix regexAakash Gajjar2020-02-151-12/+3
|
* [fix] refactor codeAakash Gajjar2020-02-151-153/+46
|
* [tiktok] fix json_string extractionAakash Gajjar2019-12-241-1/+1
|
* [tiktok] Merge branch 'tiktok' of github.com:skyme5/youtube-dl into tiktokAakash Gajjar2019-12-242-105/+216
|\
| * [tiktok] fix extractionAakash Gajjar2019-12-192-105/+216
| |
* | [ChangeLog] ActualizeSergey M․2019-12-161-2/+54
| | | | | | | | [ci skip]
* | [tv2dk:bornholm:play] Add extractor (closes #23291)Sergey M․2019-12-162-2/+77
| |
* | [utils] Improve str_to_intSergey M․2019-12-152-3/+10
| |
* | [slideslive] add support for url and vimeo service names(closes #23414)Remita Amine2019-12-141-12/+27
| |
* | [slideslive] fix extraction(closes #23413)Remita Amine2019-12-141-5/+12
| |
* | [twitch] fix clip extraction(closes #23375)Remita Amine2019-12-131-47/+63
| |
* | [soundcloud] add support for token protected embeds(#18954)Remita Amine2019-12-091-3/+13
| |
* | [vk] improve extractionRemita Amine2019-12-091-18/+36
| | | | | | | | | | | | - fix User Videos extraction(closes #23356) - extract all videos for lists with more than 1000 videos(#23356) - add support for video albums(closes #14327)(closes #14492)
* | [kontrtube] remove extractorRemita Amine2019-12-082-74/+0
| |
* | [videopremium] remove extractorRemita Amine2019-12-082-47/+0
| |
* | [musicplayon] remove extractor(closes #9225)Remita Amine2019-12-072-67/+0
| |
* | [ufctv] add support for ufcfightpass.imgdge.com and ↵Remita Amine2019-12-072-3/+3
| | | | | | | | ufcfightpass.imggaming.com domains(closes #23343)
* | [twitch] extract m3u8 formats frame rate(closes #23333)Remita Amine2019-12-061-0/+2
| |
* | [ufctv] add support for more domains and remove compatibility code(closes ↵Remita Amine2019-12-062-20/+6
| | | | | | | | #23332)
* | [imggaming] add support for playlists and extract subtitlesRemita Amine2019-12-042-10/+48
| |
* | [ufctv] fix extraction and add support for UFC Arabia(closes #23312)Remita Amine2019-12-043-66/+121
| |
* | [yahoo] correct gyao brightcove player id(closes #23303)Remita Amine2019-12-031-1/+1
| |
* | [vzaar] update testRemita Amine2019-12-031-4/+7
| |
* | [vzaar] override AES decryption key URL(closes #17521)Remita Amine2019-12-032-8/+11
| |
* | [vzaar] add support for AES HLS manifests(closes #17521)(closes #23299)Remita Amine2019-12-031-4/+15
| |
* | [nrl] fix extractionRemita Amine2019-11-301-2/+2
| |
* | [teachingchannel] fix extractionRemita Amine2019-11-301-14/+12
| |
* | [nintendo] fix extraction and partially add support for Nintendo Direct ↵Remita Amine2019-11-301-7/+21
| | | | | | | | videos(#4592)
* | [ooyala] add better fallback values for domain and streams variablesRemita Amine2019-11-301-50/+53
| |
* | [youtube] add support youtubekids.com(closes #23272)Remita Amine2019-11-301-5/+15
| |
* | [tv2] detect DRM protectionRemita Amine2019-11-301-4/+7
| |
* | [tv2] add support for mtv.fi and fix tv2.no article extraction(closes #10543)Remita Amine2019-11-302-24/+61
| |
* | [msn] improve extractionRemita Amine2019-11-291-78/+114
| | | | | | | | | | | | | | - add support for YouTube and NBCSports embeds - add support for aricles with multiple videos - improve AOL embed support - improve format extraction
* | [abcotvs] relax _VALID_URL regex and improve metadata extraction(closes #18014)Remita Amine2019-11-291-27/+52
| |
* | [channel9] reduce response size and update testsRemita Amine2019-11-291-10/+10
| |
* | [adobetv] improve extactionRemita Amine2019-11-292-75/+167
| | | | | | | | | | | | | | - use OnDemandPagedList for list extractors - reduce show extraction requests - extract original video format and subtitles - add support for adobe tv embeds
* | [utils] handle int values passed to str_to_intRemita Amine2019-11-292-2/+3
| |
* | release 2019.11.28Sergey M․2019-11-288-17/+14
| |
* | [ChangeLog] ActualizeSergey M․2019-11-281-0/+33
| | | | | | | | [ci skip]
* | [vimeo] improve extractionRemita Amine2019-11-271-90/+87
| | | | | | | | | | | | | | - fix review extraction - fix ondemand extraction - make password protected player case as an expected error(closes #22896) - simplify channel based extractors code
* | [openload] remove OpenLoad related extractors(closes #11999)(closes #15406)Remita Amine2019-11-264-412/+0
| |
* | [dailymotion] improve extractionRemita Amine2019-11-263-342/+235
| | | | | | | | | | | | | | | | | | | | - extract http formats included in m3u8 manifest - fix user extraction(closes #3553)(closes #21415) - add suport for User Authentication(closes #11491) - fix password protected videos extraction(closes #23176) - respect age limit option and family filter cookie value(closes #18437) - handle video url playlist query param - report alowed countries for geo-restricted videos
* | [corus] improve extractionRemita Amine2019-11-261-57/+112
| | | | | | | | | | | | | | - add support for Series Plus, W Network, YTV, ABC Spark, disneychannel.com and disneylachaine.ca(closes #20861) - add support for self hosted videos(closes #22075) - detect DRM protection(closes #14910)(closes #9164)
* | [vivo] Fix extraction (closes #22328, closes #22279)Sergey M․2019-11-271-8/+19
| |
* | [utils] Add generic caesar cipher and rot47Sergey M․2019-11-272-0/+29
| |
* | [bitchute] Extract upload date (closes #22990) (#23193)InfernalUnderling2019-11-271-0/+7
| |
* | [utils] Handle rd-suffixed day parts in unified_strdate (#23199)InfernalUnderling2019-11-272-0/+5
| |
* | [soundcloud] Update client id (closes #23214)Sergey M․2019-11-271-1/+1
| |