Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | fix(tiktok): update title getter | Aakash Gajjar | 2020-08-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aakash Gajjar <skyqutip@gmail.com> | |||||
| * | | | | [fix] python 2 "url" field is missing or empty | Aakash Gajjar | 2020-08-01 | 1 | -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 regex | Aakash Gajjar | 2020-02-15 | 1 | -12/+3 | |
| | | | | | ||||||
| * | | | | [fix] refactor code | Aakash Gajjar | 2020-02-15 | 1 | -153/+46 | |
| | | | | | ||||||
| * | | | | [tiktok] fix json_string extraction | Aakash Gajjar | 2019-12-24 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | [tiktok] Merge branch 'tiktok' of github.com:skyme5/youtube-dl into tiktok | Aakash Gajjar | 2019-12-24 | 2 | -105/+216 | |
| |\ \ \ \ | ||||||
| | * | | | | [tiktok] fix extraction | Aakash Gajjar | 2019-12-19 | 2 | -105/+216 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'lkho-pr/duboku' | Tom-Oliver Heidel | 2020-09-12 | 2 | -0/+246 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Merge branch 'pr/duboku' of https://github.com/lkho/youtube-dl into ↵ | Tom-Oliver Heidel | 2020-09-12 | 2 | -0/+246 | |
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | lkho-pr/duboku | |||||
| * | | | | | | [duboku] change ext to mp4 | lkho | 2020-09-09 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | [duboku] add referer header | lkho | 2020-09-07 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | [duboku] fix list results, minor error checking | lkho | 2020-08-30 | 1 | -5/+7 | |
| | | | | | | | ||||||
| * | | | | | | [duboku] replace import *, fix tests | lkho | 2020-08-29 | 1 | -9/+35 | |
| | | | | | | | ||||||
| * | | | | | | [duboku] fix test_no_duplicates | lkho | 2020-08-29 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | [duboku] add tests | lkho | 2020-08-29 | 1 | -3/+31 | |
| | | | | | | | ||||||
| * | | | | | | [duboku] add playlist extractor | lkho | 2020-08-29 | 2 | -1/+97 | |
| | | | | | | | ||||||
| * | | | | | | [duboku] Add new extractor www.duboku.co | lkho | 2020-08-29 | 2 | -0/+93 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'hugohaa-alura' | Tom-Oliver Heidel | 2020-09-12 | 2 | -0/+184 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Merge branch 'alura' of https://github.com/hugohaa/youtube-dl into hugohaa-alura | Tom-Oliver Heidel | 2020-09-12 | 2 | -0/+184 | |
|/| | | | | | | | ||||||
| * | | | | | | | - fixing suitable | Hugo Alves De Azevedo | 2020-08-28 | 1 | -0/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | - formatting | Hugo Alves De Azevedo | 2020-08-28 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | - formatting | Hugo Alves De Azevedo | 2020-08-28 | 1 | -11/+20 | |
| | | | | | | | | ||||||
| * | | | | | | | - removing unused method | Hugo Alves De Azevedo | 2020-08-28 | 1 | -7/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | - adding alura support | Hugo Alves De Azevedo | 2020-08-28 | 2 | -23/+81 | |
| | | | | | | | | ||||||
| * | | | | | | | - adding alura support | Hugo Alves De Azevedo | 2020-08-25 | 2 | -0/+120 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'adrianheine-26564' | Tom-Oliver Heidel | 2020-09-12 | 1 | -2/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Merge branch '26564' of https://github.com/adrianheine/youtube-dl into ↵ | Tom-Oliver Heidel | 2020-09-12 | 1 | -2/+10 | |
|/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adrianheine-26564 | |||||
| * | | | | | | | | [bitchute] Fix error for geoblocking | Adrian Heine | 2020-09-11 | 1 | -2/+10 | |
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Closes #26564. | |||||
* | | | | | | | | Merge branch 'ddland-master' | Tom-Oliver Heidel | 2020-09-12 | 1 | -0/+14 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Merge branch 'master' of https://github.com/ddland/youtube-dl into ddland-master | Tom-Oliver Heidel | 2020-09-12 | 1 | -0/+14 | |
|/| | | | | | | | | ||||||
| * | | | | | | | | removed trailing whitespace | Derek Land | 2020-09-08 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | with old url pattern intact | Derek Land | 2020-09-08 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | fixed change in rtl.nl url pattern | Derek Land | 2020-09-08 | 1 | -1/+15 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge branch 'nixxo-patch-2' | Tom-Oliver Heidel | 2020-09-12 | 1 | -4/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Merge branch 'patch-2' of https://github.com/nixxo/youtube-dl into nixxo-patch-2 | Tom-Oliver Heidel | 2020-09-12 | 1 | -4/+10 | |
|/| | | | | | | | | ||||||
| * | | | | | | | | [mailru] fixed extraction | nixxo | 2020-09-07 | 1 | -4/+10 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | improved valid_url regex to match more urls like >https://my.mail.ru/mail/7bw7/video/embed/_myvideo/6778 >https://videoapi.my.mail.ru/videos/embed/mail/7bw7/_myvideo/6778.html previously not matched. Fixed json extraction to download metadata and video url. | |||||
| * | | | | | | | release 2020.09.06 | Sergey M․ | 2020-09-06 | 8 | -21/+18 | |
| | | | | | | | | ||||||
| * | | | | | | | [ChangeLog] Actualize | Sergey M․ | 2020-09-06 | 1 | -0/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | | | | | [nrktv:episode] Improve video id extraction (closes #25594, closes #26369, ↵ | Sergey M․ | 2020-09-06 | 1 | -7/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #26409) | |||||
| * | | | | | | | [youtube] Fix age gate content detection (#26100) (closes #26152, closes ↵ | random-nick | 2020-09-06 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #26311, closes #26384) | |||||
| * | | | | | | | [youtube:user] Extend _VALID_URL (closes #26443) | Sergey M․ | 2020-09-06 | 1 | -1/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | [utils] Recognize wav mimetype (closes #26463) | Sergey M․ | 2020-09-06 | 2 | -0/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | [xhamster] Improve initials regex (#26526) (closes #26353) | TheRealDude2 | 2020-09-06 | 1 | -1/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | [svtplay] Fix svt id extraction (closes #26425, closes #26428, closes #26438) | Sergey M․ | 2020-09-06 | 1 | -3/+9 | |
| | | | | | | | | ||||||
| * | | | | | | | [twitch] Rework extractors (closes #12297, closes #20414, closes #20604, ↵ | Sergey M․ | 2020-09-06 | 2 | -251/+424 | |
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #21811, closes #21812, closes #22979, closes #24263, closes #25010, closes #25553, closes #25606) * Switch to GraphQL. + Add support for collections. + Add support for clips and collections playlists. | |||||
* | | | | | | | Merge remote-tracking branch 'origin/master' | Unknown | 2020-09-12 | 1 | -47/+71 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge pull request #69 from blackjack4494/viki-subtitles_and_more | Tom-Oliver Heidel | 2020-09-12 | 1 | -47/+71 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | [Viki] subtitles, formats | |||||
| | * | | | | | | | [soundcloud] flake8 | Unknown | 2020-09-12 | 1 | -3/+3 | |
| | | | | | | | | | ||||||
| | * | | | | | | | [viki] subtitles, formats | Unknown | 2020-09-09 | 1 | -47/+71 | |
| | | |_|_|_|/ / | | |/| | | | | | ||||||
* | | | | | | | | Merge branch 'fonkap-myvideo_ge' | Tom-Oliver Heidel | 2020-09-12 | 2 | -0/+57 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | |