[bandcamp] Replace maxsplit keyword argument with regular one
authorSergey M․ <dstftw@gmail.com>
Tue, 20 May 2014 12:44:42 +0000 (19:44 +0700)
committerSergey M․ <dstftw@gmail.com>
Tue, 20 May 2014 12:44:42 +0000 (19:44 +0700)
commit2902d44f994ec8140595855f8d5b85601fae164f
treeef7e29baf4217c4384998826b4b769f248249e74
parentd6e4ba287b910eb00867b14c94ac6fdddf10a7cf
[bandcamp] Replace maxsplit keyword argument with regular one

Named arguments are not supported by methods implemented in native C (see http://bugs.python.org/issue1176)
youtube_dl/extractor/bandcamp.py