index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
youtube_dl
/
extractor
/
bandcamp.py
Age
Commit message (
Expand
)
Author
2018-08-31
[bandcamp] Extract more metadata (closes #13197)
Sergey M․
2018-08-31
[bandcamp] Extract track_number (closes #17266)
Parmjit Virk
2018-07-21
Improve URL extraction
Sergey M․
2017-08-20
[bandcamp:album] Extract track titles
Luca Steeb
2017-06-04
[bandcamp:weekly] Improve and extract more metadata (closes #12758)
Sergey M․
2017-06-04
[bandcamp:weekly] Add extractor
Adam Voss
2017-05-06
[bandcamp] Fix thumbnail extraction
Luca Steeb
2017-04-28
[bandcamp] Update test
Tithen-Firion
2017-02-05
[bandcamp] Fix extraction for incomplete albums
Yen Chi Hsuan
2016-11-19
[bandcamp] Fix free downloads extraction and extract all formats (closes #11067)
Sergey M․
2016-08-31
[bandcamp:album] Fix title extraction (Closes #10455)
Sergey M․
2016-05-22
[bandcamp] raise ExtractorError when track not streamable (#9465)
Thor77
2015-10-17
[bandcamp] Modernize
Sergey M․
2015-10-17
[bandcamp] Prepend download URL with scheme when necessary (2) (#7077)
Sergey M․
2015-10-06
[bandcamp] Prepend download URL with scheme when necessary (Closes #7077)
Sergey M․
2015-04-20
[bandcamp] fix video_id parsing (fixes #4861)
Quentin Rameau
2015-02-18
[bandcamp:album] Fix extractor results and associated test
Philipp Hagemeister
2015-02-10
[bandcamp] Correct variable name
Philipp Hagemeister
2015-02-09
[bandcamp] Use our API to get more stable error messages (#1194)
Philipp Hagemeister
2015-01-16
[bandcamp:album] Fix title extraction (Fixes #4721)
Philipp Hagemeister
2014-12-13
[bandcamp:album] Do not match plain Bandcamp URLs (#4461)
Philipp Hagemeister
2014-12-14
[bandcamp:album] Make path optional (Closes #4461)
Sergey M․
2014-12-13
Fix imports and general cleanup
Philipp Hagemeister
2014-11-23
PEP8 applied
Jouke Waleson
2014-11-12
[bandcamp:album] Fix test case
Philipp Hagemeister
2014-10-02
[bandcamp] Fix id extraction and modernize (Closes #3866)
Sergey M․
2014-08-28
Move playlist tests to extractors.
Philipp Hagemeister
2014-05-20
[bandcamp] Replace maxsplit keyword argument with regular one
Sergey M․
2014-05-17
Fixed test failure in test_all_urls: test_no_duplicates: BandcampAlbumIE inap...
codesparkle
2014-05-05
[bandcamp] Add support for subdomains (Fixes #2850)
Philipp Hagemeister
2014-01-09
[bandcamp] Make thumbnail and uploader optional
Philipp Hagemeister
2014-01-09
[bandcamp] Fix variable name
Jaime Marquínez Ferrándiz
2014-01-07
More unicode literals
Philipp Hagemeister
2013-12-26
[bandcamp] Add support for multiple formats
Philipp Hagemeister
2013-11-24
[bandcamp] Remove unused variable
Philipp Hagemeister
2013-11-22
[bandcamp] move the album test to the album extractor and return a single tra...
Jaime Marquínez Ferrándiz
2013-11-22
[bandcamp] Skip album test
Philipp Hagemeister
2013-11-22
[bandcamp] Support trackinfo-style songs (Fixes #1270)
Philipp Hagemeister
2013-11-22
[bandcamp] add support for albums (reported in #1270)
Jaime Marquínez Ferrándiz
2013-06-27
Move tests to the IE definitions
Philipp Hagemeister
2013-06-23
[Bandcamp] move into own file
Philipp Hagemeister