aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #171 from blackjack4494/yt_only_age_gateTom-Oliver Heidel2020-10-091-20/+54
|\ | | | | [youtube] fix yt-only playback when age restricted/gated - requires cookies
| * fix to support python 2.6Unknown2020-10-071-0/+5
| |
| * flake8Unknown2020-10-071-22/+22
| |
| * [youtube] only playable on yt and age gatedUnknown2020-10-071-20/+49
| |
* | Merge branch 'gilou-bandcamp_update'Tom-Oliver Heidel2020-10-071-2/+2
|\ \
| * | merge bandcampUnknown2020-10-071-2/+2
|/| |
| * | [bandcamp] Revert test song title, and extract title generally (which may ↵Gilles Pietri2020-09-291-3/+3
| | | | | | | | | | | | fail, as the other title json values might come up), instead of out of trackinfo, as bandcamp prefixes it with artist -
| * | [bandcamp] fix test song uploader name, cleanup remanings " and \ in data, ↵Gilles Pietri2020-09-281-11/+15
| | | | | | | | | | | | including album titles
| * | [bandcamp] update youtuble dl test song information to match title as artist ↵Gilles Pietri2020-09-271-1/+4
| | | | | | | | | | | | - track, and add missing keys from info_dict
| * | [bandcamp] fix the freeDownloadPage JSON lookup, and use the id from the URL ↵Gilles Pietri2020-09-271-3/+3
| | | | | | | | | | | | to match the tracks
| * | [bandcamp] match album titles inside the new JSON data block, and unescape ↵Gilles Pietri2020-09-271-2/+2
| | | | | | | | | | | | the title properly
| * | [bandcamp] use unescapeHTML instead of a simple replace of quotesGilles Pietri2020-09-261-4/+4
| | |
| * | [bandcamp] fix regexp for JSON matching on bandcampGilles Pietri2020-09-231-5/+6
| | |
* | | Merge branch 'ytdl-org-master'Unknown2020-10-073-3/+309
| | |
* | | Merge branch 'RedpointsBots-feature_subscriber_count'Tom-Oliver Heidel2020-10-071-0/+10
|\ \ \
| * | | Merge branch 'feature_subscriber_count' of ↵Tom-Oliver Heidel2020-10-071-0/+10
|/| | | | | | | | | | | | | | | https://github.com/RedpointsBots/youtube-dl into RedpointsBots-feature_subscriber_count
| * | | [youtube] Added 'subscriber_count' to extractionJoel Potts2020-09-211-0/+10
| | | |
* | | | Merge branch 'RedpointsBots-bugfix_youtube_like_extraction'Tom-Oliver Heidel2020-10-071-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'bugfix_youtube_like_extraction' of ↵Tom-Oliver Heidel2020-10-071-1/+1
|/| | | | | | | | | | | | | | | https://github.com/RedpointsBots/youtube-dl into RedpointsBots-bugfix_youtube_like_extraction
| * | | [youtube] Updated extraction of 'like_count' valueJoel Potts2020-09-231-1/+1
| |/ /
* | | [skip travis] ignore cookies (gitignore)Unknown2020-10-071-0/+2
| | |
* | | [skip travis] versionUnknown2020-09-301-1/+1
| | |
* | | [core] add option to trim file name length with integer Unknown2020-09-303-1/+16
| | | | | | | | | https://github.com/blackjack4494/youtube-dlc/issues/85
* | | [hotstar] several api changes and payloads/queriesUnknown2020-09-301-5/+24
| | |
* | | [Bandcamp] update - fix regexp for JSON matchingUnknown2020-09-291-13/+21
| | |
* | | [core] no sleep affected subtitles only with enforced flagUnknown2020-09-293-5/+15
| | |
* | | Merge remote-tracking branch 'origin/master'Unknown2020-09-292-2/+9
|\ \ \
| * \ \ Merge pull request #149 from kucksdorfs/masterTom-Oliver Heidel2020-09-291-1/+5
| |\ \ \ | | | | | | | | | | Added regex for ABC.com site.
| | * | | Added regex for ABC.com site.stephen2020-09-271-1/+5
| |/ / /
| * | | [skip travis] advice using pyinst.py for windowsTom-Oliver Heidel2020-09-231-1/+4
| | | |
* | | | [tiktok] add referer - required to download from cdnUnknown2020-09-291-3/+6
|/ / /
* | | datetime updated.Unknown2020-09-233-3/+9
| | |
* | | [skip travis] typoTom-Oliver Heidel2020-09-231-1/+1
| | |
* | | [skip travis] version bumpUnknown2020-09-231-1/+1
| | |
* | | [skip travis] publish right after unix buildTom-Oliver Heidel2020-09-231-28/+13
| | |
* | | [skip travis] update workflowTom-Oliver Heidel2020-09-231-2/+4
| | |
* | | Merge remote-tracking branch 'origin/master'Unknown2020-09-231-1/+1
|\ \ \
| * | | [skip travis] apply version as tag nameTom-Oliver Heidel2020-09-231-1/+1
| | | |
* | | | [skip travis] alternative approach to datetimeUnknown2020-09-231-1/+3
|/ / /
* | | Merge branch 'SeonjaeHyeon-naver'Tom-Oliver Heidel2020-09-232-1/+89
|\ \ \
| * | | Merge branch 'naver' of https://github.com/SeonjaeHyeon/youtube-dl into ↵Tom-Oliver Heidel2020-09-232-1/+89
|/| | | | | | | | | | | | | | | SeonjaeHyeon-naver
| * | | [naver] Add support for live videosSeonjaeHyeon2020-09-172-1/+89
| |/ /
* | | [skip travis] pypi needs makeTom-Oliver Heidel2020-09-231-0/+2
| | |
* | | Merge remote-tracking branch 'origin/master'Unknown2020-09-231-2/+2
|\ \ \
| * | | [skip travis] adjust available python versionTom-Oliver Heidel2020-09-231-2/+2
| | | |
* | | | [skip travis] very minor but important workflow related issueUnknown2020-09-231-1/+1
|/ / /
* | | add missing future importUnknown2020-09-234-0/+4
| | |
* | | add pyinst to test exceptionsUnknown2020-09-231-0/+2
| | |
* | | Merge remote-tracking branch 'origin/master'Unknown2020-09-231-1/+1
|\ \ \
| * | | [skip travis] added two spacesTom-Oliver Heidel2020-09-231-1/+1
| | | |