Gilles Pietri
03edd545a9
[bandcamp] Revert test song title, and extract title generally (which may fail, as the other title json values might come up), instead of out of trackinfo, as bandcamp prefixes it with artist -
2020-09-29 12:09:55 +02:00
Gilles Pietri
75a83afe3b
[bandcamp] fix test song uploader name, cleanup remanings " and \ in data, including album titles
2020-09-28 19:52:28 +02:00
Gilles Pietri
37f625598c
[bandcamp] update youtuble dl test song information to match title as artist - track, and add missing keys from info_dict
2020-09-27 15:52:55 +02:00
Gilles Pietri
9385ec4b1c
[bandcamp] fix the freeDownloadPage JSON lookup, and use the id from the URL to match the tracks
2020-09-27 15:11:08 +02:00
Gilles Pietri
f43a856334
[bandcamp] match album titles inside the new JSON data block, and unescape the title properly
2020-09-27 14:51:42 +02:00
Gilles Pietri
14194392a8
[bandcamp] use unescapeHTML instead of a simple replace of quotes
2020-09-26 17:34:35 +02:00
Gilles Pietri
9c1f99402f
[bandcamp] fix regexp for JSON matching on bandcamp
2020-09-23 23:14:01 +02:00
Sergey M․
4991e16c2a
[bandcamp] Extract more metadata ( closes #13197 )
2018-08-31 03:35:55 +07:00
Parmjit Virk
14b7a24c19
[bandcamp] Extract track_number ( closes #17266 )
2018-08-31 02:32:35 +07:00
Sergey M․
3052a30d42
Improve URL extraction
2018-07-21 19:08:28 +07:00
Luca Steeb
8239c6791a
[bandcamp:album] Extract track titles
2017-08-20 23:32:33 +07:00
Sergey M․
6d923aab35
[bandcamp:weekly] Improve and extract more metadata ( closes #12758 )
2017-06-04 23:21:30 +07:00
Adam Voss
62bafabc09
[bandcamp:weekly] Add extractor
2017-06-04 23:21:07 +07:00
Luca Steeb
8b4774dcac
[bandcamp] Fix thumbnail extraction
2017-05-06 03:35:42 +07:00
Tithen-Firion
0f63dc2402
[bandcamp] Update test
2017-04-28 03:13:12 +07:00
Yen Chi Hsuan
019f4c0371
[bandcamp] Fix extraction for incomplete albums
...
Closes #11727
2017-02-05 22:47:04 +08:00
Sergey M․
0aacd2deb1
[bandcamp] Fix free downloads extraction and extract all formats ( closes #11067 )
2016-11-19 04:18:21 +07:00
Sergey M․
64fc49aba0
[bandcamp:album] Fix title extraction ( Closes #10455 )
2016-08-31 00:29:49 +07:00
Thor77
70346165fe
[bandcamp] raise ExtractorError when track not streamable ( #9465 )
...
* [bandcamp] raise ExtractorError when track not streamable
* [bandcamp] update md5 for second test
* don't rely on json-data, but just check for 'file'
* don't rely on presence of 'file'
2016-05-22 14:15:39 +08:00
Sergey M․
ba717dca97
[bandcamp] Modernize
2015-10-17 00:51:35 +06:00
Sergey M․
1e52776ac3
[bandcamp] Prepend download URL with scheme when necessary (2) ( #7077 )
2015-10-17 00:46:38 +06:00
Sergey M․
f648e682a7
[bandcamp] Prepend download URL with scheme when necessary ( Closes #7077 )
2015-10-06 22:58:18 +06:00
Quentin Rameau
b524a001d6
[bandcamp] fix video_id parsing ( fixes #4861 )
2015-04-20 15:45:57 +02:00
Philipp Hagemeister
72c1f8de06
[bandcamp:album] Fix extractor results and associated test
2015-02-18 00:48:52 +01:00
Philipp Hagemeister
834bf069d2
[bandcamp] Correct variable name
2015-02-10 01:37:14 +01:00
Philipp Hagemeister
99c2398bc6
[bandcamp] Use our API to get more stable error messages ( #1194 )
2015-02-09 19:08:51 +01:00
Philipp Hagemeister
cce81f192c
[bandcamp:album] Fix title extraction ( Fixes #4721 )
2015-01-16 14:20:25 +01:00
Philipp Hagemeister
4d144be8b0
[bandcamp:album] Do not match plain Bandcamp URLs ( #4461 )
...
The _VALID_URL 1fa174692a
is to broad, since it matches everything beginning with bandcamp.com.
2014-12-13 23:50:06 +01:00
Sergey M․
1fa174692a
[bandcamp:album] Make path optional ( Closes #4461 )
2014-12-14 02:00:54 +06:00
Philipp Hagemeister
1cc79574fc
Fix imports and general cleanup
...
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail.
· Use _match_id consistently whenever possible
· Fix some outdated tests
· Use consistent valid URL (always match the whole protocol, no ^ at start required)
· Use modern test definitions
2014-12-13 12:35:45 +01:00
Jouke Waleson
5f6a1245ff
PEP8 applied
2014-11-23 20:41:03 +01:00
Philipp Hagemeister
13ba3a6461
[bandcamp:album] Fix test case
2014-11-12 15:00:54 +01:00
Sergey M․
d9bf465200
[bandcamp] Fix id extraction and modernize ( Closes #3866 )
2014-10-02 20:22:46 +07:00
Philipp Hagemeister
22a6f15061
Move playlist tests to extractors.
...
From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs).
2014-08-28 00:58:24 +02:00
Sergey M․
2902d44f99
[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 )
2014-05-20 19:44:42 +07:00
codesparkle
79981f039b
Fixed test failure in test_all_urls: test_no_duplicates: BandcampAlbumIE inappropriately matched non-album bandcamp links as well.
...
BandcampIE changed to report full-accuracy duration instead of unnecessarily rounding it to the nearest integer.
Simplified conditionals and parsing a bit. Fixed typos.
2014-05-17 14:22:24 +10:00
Philipp Hagemeister
b48f147d5a
[bandcamp] Add support for subdomains ( Fixes #2850 )
2014-05-05 02:44:44 +02:00
Philipp Hagemeister
f8b5ab8cfa
[bandcamp] Make thumbnail and uploader optional
...
Fixes #2129
2014-01-09 23:04:36 +01:00
Jaime Marquínez Ferrándiz
298f16f954
[bandcamp] Fix variable name
2014-01-09 20:23:28 +01:00
Philipp Hagemeister
3798eadccd
More unicode literals
2014-01-07 10:06:30 +01:00
Philipp Hagemeister
5ecd3c6a09
[bandcamp] Add support for multiple formats
2013-12-26 14:08:57 +01:00
Philipp Hagemeister
23e6d50d73
[bandcamp] Remove unused variable
2013-11-24 06:52:53 +01:00
Jaime Marquínez Ferrándiz
d35dc6d3b5
[bandcamp] move the album test to the album extractor and return a single track instead of a playlist
2013-11-22 21:19:31 +01:00
Philipp Hagemeister
f143a42fe6
[bandcamp] Skip album test
2013-11-22 19:08:25 +01:00
Philipp Hagemeister
cffa6aa107
[bandcamp] Support trackinfo-style songs ( Fixes #1270 )
2013-11-22 17:44:55 +01:00
Jaime Marquínez Ferrándiz
0980426559
[bandcamp] add support for albums (reported in #1270 )
2013-11-22 16:05:14 +01:00
Philipp Hagemeister
6f5ac90cf3
Move tests to the IE definitions
2013-06-27 20:46:46 +02:00
Philipp Hagemeister
45aef47281
[Bandcamp] move into own file
2013-06-23 22:24:58 +02:00