aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-29[bandcamp] Revert test song title, and extract title generally (which may ↵Gilles Pietri
fail, as the other title json values might come up), instead of out of trackinfo, as bandcamp prefixes it with artist -
2020-09-29[Bandcamp] update - fix regexp for JSON matchingUnknown
2020-09-29[core] no sleep affected subtitles only with enforced flagUnknown
2020-09-29Merge remote-tracking branch 'origin/master'Unknown
2020-09-29[tiktok] add referer - required to download from cdnUnknown
2020-09-29Merge pull request #149 from kucksdorfs/masterTom-Oliver Heidel
Added regex for ABC.com site.
2020-09-28[bandcamp] fix test song uploader name, cleanup remanings " and \ in data, ↵Gilles Pietri
including album titles
2020-09-27[bandcamp] update youtuble dl test song information to match title as artist ↵Gilles Pietri
- track, and add missing keys from info_dict
2020-09-27[bandcamp] fix the freeDownloadPage JSON lookup, and use the id from the URL ↵Gilles Pietri
to match the tracks
2020-09-27[bandcamp] match album titles inside the new JSON data block, and unescape ↵Gilles Pietri
the title properly
2020-09-27Added regex for ABC.com site.stephen
2020-09-26[bandcamp] use unescapeHTML instead of a simple replace of quotesGilles Pietri
2020-09-23[bandcamp] fix regexp for JSON matching on bandcampGilles Pietri
2020-09-23[skip travis] advice using pyinst.py for windowsTom-Oliver Heidel
2020-09-23[youtube] Updated extraction of 'like_count' valueJoel Potts
2020-09-23datetime updated.Unknown
2020-09-23[skip travis] typoTom-Oliver Heidel
2020-09-23[skip travis] version bumpUnknown
2020-09-23[skip travis] publish right after unix buildTom-Oliver Heidel
2020-09-23[skip travis] update workflowTom-Oliver Heidel
2020-09-23Merge remote-tracking branch 'origin/master'Unknown
2020-09-23[skip travis] alternative approach to datetimeUnknown
2020-09-23[skip travis] apply version as tag nameTom-Oliver Heidel
2020-09-23Merge branch 'SeonjaeHyeon-naver'Tom-Oliver Heidel
2020-09-23Merge branch 'naver' of https://github.com/SeonjaeHyeon/youtube-dl into ↵Tom-Oliver Heidel
SeonjaeHyeon-naver
2020-09-23[skip travis] pypi needs makeTom-Oliver Heidel
2020-09-23Merge remote-tracking branch 'origin/master'Unknown
2020-09-23[skip travis] very minor but important workflow related issueUnknown
2020-09-23[skip travis] adjust available python versionTom-Oliver Heidel
2020-09-23add missing future importUnknown
2020-09-23add pyinst to test exceptionsUnknown
2020-09-23Merge remote-tracking branch 'origin/master'Unknown
2020-09-23[skip travis] added two spacesTom-Oliver Heidel
2020-09-23[skip travis] new workflowTom-Oliver Heidel
2020-09-23Merge remote-tracking branch 'origin/master'Unknown
2020-09-23[skip travis] disable old workflowTom-Oliver Heidel
2020-09-23update workflow, semi fix integrated updaterUnknown
2020-09-22Use better regex for all fixed extraction typesxarantolus
2020-09-22[skip travis] updating issue template tmplsUnknown
2020-09-22Merge branch 'ytdl-org-master'Unknown
2020-09-22merge youtube-dl master 22.09.2020Unknown
2020-09-22[downloader/http] Properly handle missing message in SSLError (closes #26646)Sergey M․
2020-09-22[downloader/http] Fix access to not yet opened stream in retrySergey M․
2020-09-21[youtube] Added 'subscriber_count' to extractionJoel Potts
2020-09-20Merge pull request #129 from jbruchon/masterTom-Oliver Heidel
Switch from binary search tree to Python sets
2020-09-20release 2020.09.20Sergey M․
2020-09-20[ChangeLog] ActualizeSergey M․
[ci skip]
2020-09-20[redtube] Extend _VALID_URL (#26506)nixxo
2020-09-20[twitch] Switch streams to GraphQL and refactor (closes #26535)Sergey M․
2020-09-18Switch from binary search tree to Python setsJody Bruchon
Signed-off-by: Jody Bruchon <jody@jodybruchon.com>